summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-05-03 21:35:30 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-05-03 21:35:30 +0200
commit72b77e61ce4030114558fc794e431a30657126d7 (patch)
tree8e8795f4a33be9ecf7e546d64f17f4a0913d055c /src/winwidget.h
parenta067d336ff8d64565661c61ec749ca9dc5ab50ee (diff)
Add keybinding to toggle cursor visibility at runtime
Diffstat (limited to 'src/winwidget.h')
-rw-r--r--src/winwidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/winwidget.h b/src/winwidget.h
index 137ceda..37e0624 100644
--- a/src/winwidget.h
+++ b/src/winwidget.h
@@ -131,6 +131,8 @@ void winwidget_rerender_all(int resize, int alias);
void winwidget_destroy_xwin(winwidget winwid);
int winwidget_count(void);
+void winwidget_set_pointer(winwidget winwid, int visible);
+
void winwidget_get_geometry(winwidget winwid, int *rect);
int winwidget_get_width(winwidget winwid);
int winwidget_get_height(winwidget winwid);