summaryrefslogtreecommitdiff
path: root/gwm.h
diff options
context:
space:
mode:
authorGary Wong <gtw@gnu.org>2014-05-08 14:26:29 -0600
committerGary Wong <gtw@gnu.org>2014-05-08 15:49:08 -0600
commit1b7e97261d90c83b64869a4b0dee0368d81dba4b (patch)
treea6832014430d23b543f3cfdcc53960d01d5cd4e0 /gwm.h
parent64524725acf86cd9c239146dad52c09496f32fcd (diff)
Add support for XCB cursor library.
Diffstat (limited to 'gwm.h')
-rw-r--r--gwm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gwm.h b/gwm.h
index 8d5525c..ddcdb67 100644
--- a/gwm.h
+++ b/gwm.h
@@ -219,6 +219,8 @@ enum gwm_cursor {
CURSOR_DESTROY,
NUM_CURSORS
};
+/* FIXME these should really be indexed by (screen,cursor), not just by
+ cursor -- screens might be different resolutions, for instance. */
extern xcb_cursor_t cursors[ NUM_CURSORS ];
union callback_param {