diff dw.h @ 566:f6de197ecbe9

Add dw_color_choose()
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 Jun 2004 11:22:14 +0000
parents 33b792d5c8ab
children 81ca08481d49
line wrap: on
line diff
--- a/dw.h	Sat May 08 06:53:12 2004 +0000
+++ b/dw.h	Thu Jun 17 11:22:14 2004 +0000
@@ -1074,6 +1074,7 @@
 HWND API dw_render_new(unsigned long id);
 void API dw_color_foreground_set(unsigned long value);
 void API dw_color_background_set(unsigned long value);
+unsigned long API dw_color_choose(unsigned long value);
 void API dw_draw_point(HWND handle, HPIXMAP pixmap, int x, int y);
 void API dw_draw_line(HWND handle, HPIXMAP pixmap, int x1, int y1, int x2, int y2);
 void API dw_draw_rect(HWND handle, HPIXMAP pixmap, int fill, int x, int y, int width, int height);