diff dw.h @ 1212:5271d5cb27ac

Implemented dw_container_set_row_bg() on Windows. Current immplementation is a bit slow, it does more redrawing than necessary... but it works for now... will look to improve it in the future. Also removed a lot of dead code from a previous attempt at implementation. Also flipped the default colors on Mac since the first index is even (0) not odd (1).
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Sun, 09 Oct 2011 09:50:07 +0000
parents c7bb48cda53a
children c191a562c14a
line wrap: on
line diff
--- a/dw.h	Sat Oct 08 20:47:34 2011 +0000
+++ b/dw.h	Sun Oct 09 09:50:07 2011 +0000
@@ -624,8 +624,8 @@
 typedef struct _container {
    ColorInfo cinfo;
    ULONG *flags;
-   WNDPROC pOldProc;
    ULONG columns;
+   COLORREF odd, even;
 } ContainerInfo;
 
 typedef struct _hpixmap {