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,