aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-05-10 19:38:02 (GMT)
committermathias <mathias>2005-05-10 19:38:02 (GMT)
commitf7261680510f069afc7bb8370bc1b0b83f66c1d9 (patch)
treefddb665b6b48be500ec5fa514901053a9ce095af
parent5fec1906cc4faf83ec2424aa48c2a050b0254d15 (diff)
downloadfluxbox-f7261680510f069afc7bb8370bc1b0b83f66c1d9.zip
fluxbox-f7261680510f069afc7bb8370bc1b0b83f66c1d9.tar.bz2
copy N paste ... icc complained slightly
-rw-r--r--src/FbTk/FbPixmap.hh2
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,