diff options
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r-- | src/fluxbox.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 352caf0..4ebfe95 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -703,7 +703,7 @@ void Fluxbox::handleEvent(XEvent * const e) { | |||
703 | 703 | ||
704 | BScreen *screen = searchScreen(e->xproperty.window); | 704 | BScreen *screen = searchScreen(e->xproperty.window); |
705 | if (screen) { | 705 | if (screen) { |
706 | FbTk::FbPixmap::rootwinPropertyNotify(screen->screenNumber(), e->xproperty.atom); | 706 | screen->propertyNotify(e->xproperty.atom); |
707 | } | 707 | } |
708 | } | 708 | } |
709 | 709 | ||