From 1b46d330466bbe7a5d8de7acc3a30a8403e27e13 Mon Sep 17 00:00:00 2001 From: Lilith River Date: Fri, 24 Jan 2025 21:24:28 -0700 Subject: [PATCH] deprecate flow_bitmap_bgra_fill_rect --- imageflow_core/src/graphics/fill.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/imageflow_core/src/graphics/fill.rs b/imageflow_core/src/graphics/fill.rs index feed85d03..4996591b3 100644 --- a/imageflow_core/src/graphics/fill.rs +++ b/imageflow_core/src/graphics/fill.rs @@ -1,5 +1,6 @@ use crate::graphics::prelude::*; +#[deprecated(since = "0.1.0", note = "Stop using flow_bitmap_bgra_fill_rect, use BitmapWindowMut<'a, u8>.fill_rect")] pub unsafe fn flow_bitmap_bgra_fill_rect( b: &mut crate::ffi::BitmapBgra, x1: u32,