# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1044423425 0 # Node ID 413710a835eb63950c1b7590c8baba30cb7edfbc # Parent e6571c4e4d3bda5925da39e53d4a508fe365e26a Code cleanup in the test program, and fixed the color problem on OS/2. diff -r e6571c4e4d3b -r 413710a835eb dwtest.c --- 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 #include #include @@ -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 ); diff -r e6571c4e4d3b -r 413710a835eb os2/dw.c Binary file os2/dw.c has changed