diff options
author | markt <markt> | 2007-07-03 18:50:53 (GMT) |
---|---|---|
committer | markt <markt> | 2007-07-03 18:50:53 (GMT) |
commit | b70f4c144c0428324952f40939b2ada2a2d173a9 (patch) | |
tree | d0cf56fc29b4eaf58144b04d3fcc4246e1b6ad2f /src/fluxbox.cc | |
parent | 86031f9c75d7dada8fd61e5a0059d54fa42ce099 (diff) | |
download | fluxbox_pavel-b70f4c144c0428324952f40939b2ada2a2d173a9.zip fluxbox_pavel-b70f4c144c0428324952f40939b2ada2a2d173a9.tar.bz2 |
fix updating of systemtray and kde dockapps in slit on background change
added fluxbox-remote.cc
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 | ||