diff options
author | mathias <mathias> | 2005-05-10 19:38:02 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-05-10 19:38:02 (GMT) |
commit | f7261680510f069afc7bb8370bc1b0b83f66c1d9 (patch) | |
tree | fddb665b6b48be500ec5fa514901053a9ce095af | |
parent | 5fec1906cc4faf83ec2424aa48c2a050b0254d15 (diff) | |
download | fluxbox_pavel-f7261680510f069afc7bb8370bc1b0b83f66c1d9.zip fluxbox_pavel-f7261680510f069afc7bb8370bc1b0b83f66c1d9.tar.bz2 |
copy N paste ... icc complained slightly
-rw-r--r-- | src/FbTk/FbPixmap.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FbTk/FbPixmap.hh b/src/FbTk/FbPixmap.hh index ca81cf4..c26c17b 100644 --- a/src/FbTk/FbPixmap.hh +++ b/src/FbTk/FbPixmap.hh | |||
@@ -69,7 +69,7 @@ public: | |||
69 | inline int depth() const { return m_depth; } | 69 | inline int depth() const { return m_depth; } |
70 | 70 | ||
71 | static Pixmap getRootPixmap(int screen_num); | 71 | static Pixmap getRootPixmap(int screen_num); |
72 | static void FbPixmap::rootwinPropertyNotify(int screen_num, Atom atom); | 72 | static void rootwinPropertyNotify(int screen_num, Atom atom); |
73 | 73 | ||
74 | void create(Drawable src, | 74 | void create(Drawable src, |
75 | unsigned int width, unsigned int height, | 75 | unsigned int width, unsigned int height, |