Change the root window cursor to 'watch' during startups

This commit is contained in:
Michael Stapelberg
2011-10-10 15:53:57 +01:00
parent ad9ffcc917
commit 5f52c78aa0
6 changed files with 51 additions and 15 deletions

View File

@ -10,6 +10,7 @@ enum xcursor_cursor_t {
XCURSOR_CURSOR_POINTER = 0,
XCURSOR_CURSOR_RESIZE_HORIZONTAL,
XCURSOR_CURSOR_RESIZE_VERTICAL,
XCURSOR_CURSOR_WATCH,
XCURSOR_CURSOR_MAX
};