diff dw.h @ 390:2dbed2673df0

Change mouse cursor definitions under GTK. DW_POINTER_ARROW now uses "default" left pointing arrow, and DW_POINTER_CLOCK uses "default" clock; this is a really cool animated hourglass under RedHat 9.0!
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 08 May 2003 08:59:26 +0000
parents cbf4df4bc2f1
children 3d4c34bb7834
line wrap: on
line diff
--- a/dw.h	Wed May 07 22:20:23 2003 +0000
+++ b/dw.h	Thu May 08 08:59:26 2003 +0000
@@ -485,8 +485,8 @@
 
 #define DW_MLE_CASESENSITIVE     1
 
-#define DW_POINTER_ARROW         GDK_ARROW
-#define DW_POINTER_CLOCK         GDK_CLOCK
+#define DW_POINTER_ARROW         GDK_TOP_LEFT_ARROW
+#define DW_POINTER_CLOCK         GDK_WATCH
 
 #define HWND_DESKTOP             ((HWND)0)