aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 27a0b68..3963d89 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -865,7 +865,9 @@ void Fluxbox::handleEvent(XEvent * const e) {
865 865
866#ifdef HAVE_RANDR 866#ifdef HAVE_RANDR
867 if (e->type == m_randr_event_type) { 867 if (e->type == m_randr_event_type) {
868#ifdef HAVE_RANDR1_2
868 XRRUpdateConfiguration(e); 869 XRRUpdateConfiguration(e);
870#endif
869 // update root window size in screen 871 // update root window size in screen
870 BScreen *scr = searchScreen(e->xany.window); 872 BScreen *scr = searchScreen(e->xany.window);
871 if (scr != 0) 873 if (scr != 0)