From 7725a2826a2508d6adde3db984ebe7db9246cb12 Mon Sep 17 00:00:00 2001 From: okan Date: Thu, 5 Jul 2012 17:35:13 +0000 Subject: the display's width and height are updated after an XRandR event so we don't need to pass down the new values to screen_update_geometry(); so just read the width/height values directly for both uses of screen_update_geometry(). prep for further changes in this area. --- calmwm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'calmwm.c') diff --git a/calmwm.c b/calmwm.c index 30cf99f..77af7a8 100644 --- a/calmwm.c +++ b/calmwm.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: calmwm.c,v 1.61 2012/05/16 01:17:14 okan Exp $ + * $OpenBSD: calmwm.c,v 1.62 2012/07/05 17:35:13 okan Exp $ */ #include @@ -167,8 +167,8 @@ x_setupscreen(struct screen_ctx *sc, u_int which) xu_ewmh_net_supported_wm_check(sc); conf_gap(&Conf, sc); - screen_update_geometry(sc, DisplayWidth(X_Dpy, sc->which), - DisplayHeight(X_Dpy, sc->which)); + + screen_update_geometry(sc); conf_color(&Conf, sc); -- cgit v1.2.3-2-gb3c3