comparison dwtest.c @ 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 b2065b0c39c1
children f6de197ecbe9
comparison
equal deleted inserted replaced
530:27533e1ccaf5 531:79696a852401
290 cursor_arrow = 0; 290 cursor_arrow = 0;
291 } 291 }
292 else 292 else
293 { 293 {
294 dw_window_set_text((HWND)cursortogglebutton,"Set Cursor pointer - CLOCK"); 294 dw_window_set_text((HWND)cursortogglebutton,"Set Cursor pointer - CLOCK");
295 dw_window_set_pointer((HWND)data,DW_POINTER_ARROW); 295 dw_window_set_pointer((HWND)data,DW_POINTER_DEFAULT);
296 cursor_arrow = 1; 296 cursor_arrow = 1;
297 } 297 }
298 return FALSE; 298 return FALSE;
299 } 299 }
300 300