diff dw.h @ 531:79696a852401

Added DW_POINTER_DEFAULT, this will return the pointer to the default system state and no longer override the window's cursors.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 23 Mar 2004 20:50:41 +0000
parents 2ff26b697877
children 1e60e98a9168
line wrap: on
line diff
--- a/dw.h	Tue Mar 23 20:30:12 2004 +0000
+++ b/dw.h	Tue Mar 23 20:50:41 2004 +0000
@@ -144,6 +144,7 @@
 
 #define DW_MLE_CASESENSITIVE     MLFSEARCH_CASESENSITIVE
 
+#define DW_POINTER_DEFAULT       0
 #define DW_POINTER_ARROW         SPTR_ARROW
 #define DW_POINTER_CLOCK         SPTR_WAIT
 
@@ -316,6 +317,7 @@
 
 #define DW_MLE_CASESENSITIVE     MLFSEARCH_CASESENSITIVE
 
+#define DW_POINTER_DEFAULT       0
 #define DW_POINTER_ARROW         0
 #define DW_POINTER_CLOCK         watchCursor
 
@@ -403,6 +405,7 @@
 
 #define DW_MLE_CASESENSITIVE     1
 
+#define DW_POINTER_DEFAULT       0
 #define DW_POINTER_ARROW         32512
 #define DW_POINTER_CLOCK         32514