summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2009-01-15 00:32:35 +0000
committerokan <okan>2009-01-15 00:32:35 +0000
commit49e218cf53abe04f6ab07ef29687c9e0ece46a89 (patch)
treeaab8f23d9d3b44f03719f26a501e4606c9f3aa71 /calmwm.h
parent7e110f379be217bbf6a5476acb8043c1ff73a8e6 (diff)
downloadcwm-49e218cf53abe04f6ab07ef29687c9e0ece46a89.tar.gz
cwm-49e218cf53abe04f6ab07ef29687c9e0ece46a89.tar.xz
cwm-49e218cf53abe04f6ab07ef29687c9e0ece46a89.zip
- add missing prototypes.
- properly name, place and static private functions.
- move function which finds the xinerama screen for a coordinate to
a more appropriate place while altering its semantics to match others.
- tiny bit of style.

ok oga@
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index ab9c72c..65884c9 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -413,6 +413,7 @@ struct screen_ctx	*screen_fromroot(Window);
 struct screen_ctx	*screen_current(void);
 void			 screen_updatestackingorder(void);
 void			 screen_init_xinerama(struct screen_ctx *);
+XineramaScreenInfo	*screen_find_xinerama(struct screen_ctx *, int, int);
 
 void			 conf_setup(struct conf *, const char *);
 void			 conf_client(struct client_ctx *);