diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 1a23fc8..39135ff 100644 --- a/config.def.h +++ b/config.def.h @@ -164,4 +164,9 @@ static const button_t buttons[] = { { 0, 5, g_zoom, -1 }, }; +/* mouse cursor on left, middle and right part of the window */ +static const cursor_t imgcursor[3] = { + CURSOR_LEFT, CURSOR_ARROW, CURSOR_RIGHT +}; + #endif |