aboutsummaryrefslogtreecommitdiffstats
path: root/xevents.c
diff options
context:
space:
mode:
authorokan2012-07-06 14:18:00 +0000
committerokan2012-07-06 14:18:00 +0000
commit63bf350855eb2035f8b2451457f93e86b0b7735d (patch)
tree521c8f9d9e2168bd15ff03442e656e274c06d4d2 /xevents.c
parenteb832ccbd3c4760c0da5f196aac6d3e8b4c9ec5a (diff)
downloadcwm-63bf350855eb2035f8b2451457f93e86b0b7735d.tar.gz
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xevents.c b/xevents.c
index 4c2c848..9480c7d 100644
--- a/xevents.c
+++ b/xevents.c
@@ -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.
*
- * $OpenBSD: xevents.c,v 1.62 2012/07/05 17:35:13 okan Exp $
+ * $OpenBSD: xevents.c,v 1.63 2012/07/06 14:18:00 okan Exp $
*/
/*
@@ -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);
}
}
}