diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-01-28 07:41:42 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-01-28 07:41:42 (GMT) |
commit | 9cb78eaa3b7a588fea60830752689ecf8db5b16e (patch) | |
tree | 3a8fc816f990f4bd0291d32b989f0a41c11694a7 /src/FbTk/Shape.hh | |
parent | 6717a1c805529ea6e1b1c19a591f876c9c8803db (diff) | |
download | fluxbox_pavel-9cb78eaa3b7a588fea60830752689ecf8db5b16e.zip fluxbox_pavel-9cb78eaa3b7a588fea60830752689ecf8db5b16e.tar.bz2 |
reordering
Diffstat (limited to 'src/FbTk/Shape.hh')
-rw-r--r-- | src/FbTk/Shape.hh | 11 |
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 | |||
29 | namespace FbTk { | 27 | namespace FbTk { |
30 | class FbWindow; | 28 | class 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 |