# HG changeset patch # User mhessling@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1052384366 0 # Node ID 2dbed2673df0df594a0d17ec4b295cdc5f2e0337 # Parent 23a603b136bde7d39b45d428b84328b6219aebc0 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! diff -r 23a603b136bd -r 2dbed2673df0 dw.h --- 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)