aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Shape.hh
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-01-28 07:41:42 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-01-28 07:41:42 (GMT)
commit9cb78eaa3b7a588fea60830752689ecf8db5b16e (patch)
tree3a8fc816f990f4bd0291d32b989f0a41c11694a7 /src/FbTk/Shape.hh
parent6717a1c805529ea6e1b1c19a591f876c9c8803db (diff)
downloadfluxbox-9cb78eaa3b7a588fea60830752689ecf8db5b16e.zip
fluxbox-9cb78eaa3b7a588fea60830752689ecf8db5b16e.tar.bz2
reordering
Diffstat (limited to 'src/FbTk/Shape.hh')
-rw-r--r--src/FbTk/Shape.hh11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/FbTk/Shape.hh b/src/FbTk/Shape.hh
index 04382cf..3539959 100644
--- a/src/FbTk/Shape.hh
+++ b/src/FbTk/Shape.hh
@@ -24,8 +24,6 @@
24 24
25#include "FbPixmap.hh" 25#include "FbPixmap.hh"
26 26
27#include <vector>
28
29namespace FbTk { 27namespace FbTk {
30class FbWindow; 28class FbWindow;
31 29
@@ -67,17 +65,8 @@ private:
67 65
68 void initCorners(int screen_num); 66 void initCorners(int screen_num);
69 67
70 struct CornerPixmaps {
71 FbPixmap topleft;
72 FbPixmap topright;
73 FbPixmap botleft;
74 FbPixmap botright;
75 };
76 68
77 // unfortunately, we need a separate pixmap per screen
78 static std::vector<CornerPixmaps> s_corners;
79 int m_shapeplaces; ///< places to shape 69 int m_shapeplaces; ///< places to shape
80
81}; 70};
82 71
83}; // end namespace FbTk 72}; // end namespace FbTk