summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-07-06 14:18:00 +0000
committerokan <okan>2012-07-06 14:18:00 +0000
commitcb893d0aa96e0a3e86cbd1094206871b10d92cd0 (patch)
tree827460ad7b1986d1880c7c2497a6a4f2358eef38 /calmwm.h
parent315f25f7aba3eb416757465a55b487289d8f8c27 (diff)
downloadcwm-cb893d0aa96e0a3e86cbd1094206871b10d92cd0.tar.gz
cwm-cb893d0aa96e0a3e86cbd1094206871b10d92cd0.tar.xz
cwm-cb893d0aa96e0a3e86cbd1094206871b10d92cd0.zip
querying for Xinerama should be done per display, not per screen, so
move chuck to display init; allows some shuffling to occur limiting
screen_init_xinerama()'s scope while keeping order intact.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 301f21f..3ef5260 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -360,7 +360,6 @@ void			 search_print_client(struct menu *, int);
 
 XineramaScreenInfo	*screen_find_xinerama(struct screen_ctx *, int, int);
 struct screen_ctx	*screen_fromroot(Window);
-void			 screen_init_xinerama(struct screen_ctx *);
 void			 screen_update_geometry(struct screen_ctx *);
 void			 screen_updatestackingorder(struct screen_ctx *);