summaryrefslogtreecommitdiff
path: root/openbox/openbox.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-17 06:17:06 +0000
committerDana Jansens <danakj@orodu.net>2003-04-17 06:17:06 +0000
commit25ffe6b566379f25dd3cf7e74aeefd084b7e1b19 (patch)
tree8eccb90b4ea7bb46ee4a0b2f13a7f2f40dd03b00 /openbox/openbox.h
parent12d4c8666c9475f254783fd33d1eb2b47f32e030 (diff)
add support for interactive/keyboard move/resize
Diffstat (limited to 'openbox/openbox.h')
-rw-r--r--openbox/openbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbox/openbox.h b/openbox/openbox.h
index 70e51136..932c3e3e 100644
--- a/openbox/openbox.h
+++ b/openbox/openbox.h
@@ -47,4 +47,7 @@ extern Cursors ob_cursors;
/*! The path of the rc file. If NULL the default paths are searched for one. */
extern char *ob_rc_path;
+/* cuz i have nowhere better to put it right now... */
+gboolean ob_pointer_pos(int *x, int *y);
+
#endif