diff options
author | okan | 2009-01-15 00:32:35 +0000 |
---|---|---|
committer | okan | 2009-01-15 00:32:35 +0000 |
commit | 4ea881a1f870bea94491fb83611d469364f0c227 (patch) | |
tree | 0ffa1093781623d83f7dd0cc174e930316e0892e /calmwm.h | |
parent | 8e6d310a315d869ce38842e29b3044521303d870 (diff) | |
download | cwm-4ea881a1f870bea94491fb83611d469364f0c227.tar.gz |
- 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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.72 2009/01/11 21:46:48 oga Exp $ + * $Id: calmwm.h,v 1.73 2009/01/15 00:32:35 okan Exp $ */ #ifndef _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 *); |