Use watch-cursor while loading thumbnails

This commit is contained in:
Bert
2011-02-17 11:08:25 +01:00
parent bcc70bd7cb
commit 783213c0bb
3 changed files with 20 additions and 10 deletions

View File

@ -25,7 +25,8 @@
typedef enum win_cur_e {
CURSOR_ARROW = 0,
CURSOR_HAND
CURSOR_HAND,
CURSOR_WATCH
} win_cur_t;
typedef struct win_env_s {