summary refs log tree commit diff
path: root/xevents.c
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 /xevents.c
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 'xevents.c')
-rw-r--r--xevents.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xevents.c b/xevents.c
index 57983cd..9478505 100644
--- a/xevents.c
+++ b/xevents.c
@@ -366,7 +366,6 @@ xev_handle_randr(XEvent *ee)
 		if (sc->which == (u_int)i) {
 			XRRUpdateConfiguration(ee);
 			screen_update_geometry(sc);
-			screen_init_xinerama(sc);
 		}
 	}
 }