diff dw.h @ 1050:48f43c975533

Added dw_font_choose() on the Mac for 2.1.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 02 Jun 2011 05:23:45 +0000
parents 362e584fb3bd
children 3d117071a50b
line wrap: on
line diff
--- a/dw.h	Wed Jun 01 23:07:27 2011 +0000
+++ b/dw.h	Thu Jun 02 05:23:45 2011 +0000
@@ -1617,6 +1617,7 @@
 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);
+char * API dw_font_choose(char *currfont);
 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);