comparison 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
comparison
equal deleted inserted replaced
530:27533e1ccaf5 531:79696a852401
142 142
143 #define DW_LIT_NONE -1 143 #define DW_LIT_NONE -1
144 144
145 #define DW_MLE_CASESENSITIVE MLFSEARCH_CASESENSITIVE 145 #define DW_MLE_CASESENSITIVE MLFSEARCH_CASESENSITIVE
146 146
147 #define DW_POINTER_DEFAULT 0
147 #define DW_POINTER_ARROW SPTR_ARROW 148 #define DW_POINTER_ARROW SPTR_ARROW
148 #define DW_POINTER_CLOCK SPTR_WAIT 149 #define DW_POINTER_CLOCK SPTR_WAIT
149 150
150 #define DW_OS2_NEW_WINDOW 1 151 #define DW_OS2_NEW_WINDOW 1
151 152
314 315
315 #define DW_LIT_NONE -1 316 #define DW_LIT_NONE -1
316 317
317 #define DW_MLE_CASESENSITIVE MLFSEARCH_CASESENSITIVE 318 #define DW_MLE_CASESENSITIVE MLFSEARCH_CASESENSITIVE
318 319
320 #define DW_POINTER_DEFAULT 0
319 #define DW_POINTER_ARROW 0 321 #define DW_POINTER_ARROW 0
320 #define DW_POINTER_CLOCK watchCursor 322 #define DW_POINTER_CLOCK watchCursor
321 323
322 #define HWND_DESKTOP ((HWND)0) 324 #define HWND_DESKTOP ((HWND)0)
323 325
401 403
402 #define DW_LIT_NONE -1 404 #define DW_LIT_NONE -1
403 405
404 #define DW_MLE_CASESENSITIVE 1 406 #define DW_MLE_CASESENSITIVE 1
405 407
408 #define DW_POINTER_DEFAULT 0
406 #define DW_POINTER_ARROW 32512 409 #define DW_POINTER_ARROW 32512
407 #define DW_POINTER_CLOCK 32514 410 #define DW_POINTER_CLOCK 32514
408 411
409 /* flag values for dw_messagebox() */ 412 /* flag values for dw_messagebox() */
410 #define DW_MB_OK MB_OK 413 #define DW_MB_OK MB_OK