diff os2/dw.c @ 1291:b99b0b2c2826

Renamed dw_container_set_row_bg() to dw_container_set_stripe().
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 01 Nov 2011 04:06:46 +0000
parents d2c4deea6bf6
children 66d4e16349e0
line wrap: on
line diff
--- a/os2/dw.c	Mon Oct 31 11:36:31 2011 +0000
+++ b/os2/dw.c	Tue Nov 01 04:06:46 2011 +0000
@@ -7723,7 +7723,7 @@
  *                    DW_RGB_TRANSPARENT will disable coloring rows.
  *                    DW_CLR_DEFAULT will use the system default alternating row colors.
  */
-void API dw_container_set_row_bg(HWND handle, unsigned long oddcolor, unsigned long evencolor)
+void API dw_container_set_stripe(HWND handle, unsigned long oddcolor, unsigned long evencolor)
 {
     /* Don't think this is possible on OS/2 */
 }