aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/FbPixmap.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-07-03 18:51:15 (GMT)
committermarkt <markt>2007-07-03 18:51:15 (GMT)
commitdf5974b9235a345ae68fa8ff96256ae68ab2518b (patch)
tree484908d62b0076b4405bf404af0bd74b76b18b32 /src/FbTk/FbPixmap.hh
parent23def97c01be675b048c178bca8092a09414753f (diff)
downloadfluxbox-df5974b9235a345ae68fa8ff96256ae68ab2518b.zip
fluxbox-df5974b9235a345ae68fa8ff96256ae68ab2518b.tar.bz2
fix updating of systemtray and kde dockapps in slit on background change
added fluxbox-remote
Diffstat (limited to 'src/FbTk/FbPixmap.hh')
-rw-r--r--src/FbTk/FbPixmap.hh4
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,