From 671e93942f3bbda7479f03697b05d35c1b83a4bc Mon Sep 17 00:00:00 2001 From: Franz Marini Date: Tue, 28 Aug 2001 12:51:36 +0000 Subject: [PATCH] Alright, changed index.html to document imlib_image_draw_pixel. SVN revision: 5303 --- doc/index.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/index.html b/doc/index.html index 4eeec9c..5c8ee4f 100644 --- a/doc/index.html +++ b/doc/index.html @@ -1713,6 +1713,14 @@ image using the mapping tables in the current color modifier.
This works the same way as imlib_apply_color_modifier() but only modifies a selected rectangle in the current image.
+
Imlib_Updates imlib_image_draw_pixel(int x, 
+                                     int y, 
+                                     char make_updates);
+ +
Draw a pixel using the current color on the current image at +coordinates x, y. If make_updates is 1 it will also return +an update you can use for an updates list, otherwise it returns NULL.
+
Imlib_Updates imlib_image_draw_line(int x1, 
                                     int y1, 
                                     int x2,