diff dwtest.c @ 1213:22cedf18db25

Fixed a slight miscalculation and simplified the Windows container row code. Also added alternating row colors to the test program and updated readme.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 09 Oct 2011 10:13:16 +0000
parents 196cd8a8e6a8
children 67ff39b9577c
line wrap: on
line diff
--- a/dwtest.c	Sun Oct 09 09:50:07 2011 +0000
+++ b/dwtest.c	Sun Oct 09 10:13:16 2011 +0000
@@ -1024,6 +1024,7 @@
     titles[3] = "Date";
 
     dw_filesystem_setup(container, flags, titles, 4);
+    dw_container_set_row_bg(container, DW_CLR_DEFAULT, DW_CLR_DEFAULT);
     containerinfo = dw_container_alloc(container, 3);
 
     for(z=0;z<3;z++)