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/FbTk/FbPixmap.hh | |
parent | 86031f9c75d7dada8fd61e5a0059d54fa42ce099 (diff) | |
download | fluxbox-b70f4c144c0428324952f40939b2ada2a2d173a9.zip fluxbox-b70f4c144c0428324952f40939b2ada2a2d173a9.tar.bz2 |
fix updating of systemtray and kde dockapps in slit on background change
added fluxbox-remote.cc
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r-- | src/FbTk/FbPixmap.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index dab364a..acae07e 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -70,8 +70,8 @@ public: | |||
70 | inline unsigned int depth() const { return m_depth; } | 70 | inline unsigned int depth() const { return m_depth; } |
71 | 71 | ||
72 | static Pixmap getRootPixmap(int screen_num, bool force_update=false); | 72 | static Pixmap getRootPixmap(int screen_num, bool force_update=false); |
73 | static void setRootPixmap(int screen_num, Pixmap pm); | 73 | static bool setRootPixmap(int screen_num, Pixmap pm); |
74 | static void rootwinPropertyNotify(int screen_num, Atom atom); | 74 | static bool rootwinPropertyNotify(int screen_num, Atom atom); |
75 | 75 | ||
76 | void create(Drawable src, | 76 | void create(Drawable src, |
77 | unsigned int width, unsigned int height, | 77 | unsigned int width, unsigned int height, |