diff options
author | Bert <ber.t@gmx.com> | 2011-02-17 11:08:25 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-17 11:08:25 +0100 |
commit | 783213c0bbc1b52504c346588742095a766f052d (patch) | |
tree | 8c79eaa89cbd1167f1bf33537e31841b92d9abb3 /window.h | |
parent | bcc70bd7cbcdf56e84984929d9f8c6f1776f2204 (diff) |
Use watch-cursor while loading thumbnails
Diffstat (limited to 'window.h')
-rw-r--r-- | window.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |