aboutsummaryrefslogtreecommitdiffstats
path: root/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'window.c')
-rw-r--r--window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/window.c b/window.c
index be2c9fa..463e52a 100644
--- a/window.c
+++ b/window.c
@@ -39,7 +39,8 @@ static struct {
int name;
Cursor icon;
} cursors[CURSOR_COUNT] = {
- { XC_left_ptr }, { XC_dotbox }, { XC_watch }
+ { XC_left_ptr }, { XC_dotbox }, { XC_watch },
+ { XC_sb_left_arrow }, { XC_sb_right_arrow }
};
static GC gc;