summaryrefslogtreecommitdiff
path: root/openbox/event.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 05:44:23 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 05:44:23 +0000
commit6357583c396382dd6ed8ac42004177f204fabe62 (patch)
tree0164f35e5fd59bdc2092b0d63dc35db8ae4152c5 /openbox/event.c
parent416b9d5f5f53468f954abbdffbc40003032c7f9a (diff)
rename 'xinerama' stuff to 'monitors' to be more generic and descriptive.
Diffstat (limited to 'openbox/event.c')
-rw-r--r--openbox/event.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/openbox/event.c b/openbox/event.c
index bb76f2fd..6260e912 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -595,9 +595,7 @@ static void event_handle_root(XEvent *e)
#ifdef XRANDR
XRRUpdateConfiguration(e);
#endif
- if (e->xconfigure.width != screen_physical_size.width ||
- e->xconfigure.height != screen_physical_size.height)
- screen_resize(e->xconfigure.width, e->xconfigure.height);
+ screen_resize();
break;
default:
;