summaryrefslogtreecommitdiff
path: root/src/winwidget.h
diff options
context:
space:
mode:
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);