changeset 225:413710a835eb

Code cleanup in the test program, and fixed the color problem on OS/2.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 05 Feb 2003 05:37:05 +0000
parents e6571c4e4d3b
children 2aee0b23e880
files dwtest.c os2/dw.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dwtest.c	Wed Feb 05 03:50:47 2003 +0000
+++ b/dwtest.c	Wed Feb 05 05:37:05 2003 +0000
@@ -1,6 +1,3 @@
-#define INCL_DOS
-#define INCL_WIN
-
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
@@ -337,7 +334,6 @@
 
 	notebook = dw_notebook_new( 1, TRUE );
 	dw_box_pack_start( notebookbox, notebook, 100, 100, TRUE, TRUE, 0);
-	dw_window_set_font( notebook, "9.WarpSans");
 
 	notebookbox1 = dw_box_new( BOXVERT, 5 );
 	notebookpage1 = dw_notebook_page_new( notebook, 0, TRUE );
Binary file os2/dw.c has changed