diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2010-05-16 12:25:36 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2010-05-16 12:25:36 (GMT) |
commit | 17b21635a2c6abd20277dcd087a40785c5806abc (patch) | |
tree | 6f756a8578c9a8b2ce011e7fc7702b16104baa4e /src/FbTk/Shape.hh | |
parent | 04739b2d1f7ffcecb6f8398afdcc81e41921d1b4 (diff) | |
download | fluxbox-17b21635a2c6abd20277dcd087a40785c5806abc.zip fluxbox-17b21635a2c6abd20277dcd087a40785c5806abc.tar.bz2 |
cleanup created corner pixmaps, moved the initCorners() function out of the class
Diffstat (limited to 'src/FbTk/Shape.hh')
-rw-r--r-- | src/FbTk/Shape.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/FbTk/Shape.hh b/src/FbTk/Shape.hh index 49c1d3f..816470e 100644 --- a/src/FbTk/Shape.hh +++ b/src/FbTk/Shape.hh | |||
@@ -63,9 +63,6 @@ private: | |||
63 | FbWindow *m_shapesource; ///< window to pull shape from | 63 | FbWindow *m_shapesource; ///< window to pull shape from |
64 | int m_shapesource_xoff, m_shapesource_yoff; | 64 | int m_shapesource_xoff, m_shapesource_yoff; |
65 | 65 | ||
66 | void initCorners(int screen_num); | ||
67 | |||
68 | |||
69 | int m_shapeplaces; ///< places to shape | 66 | int m_shapeplaces; ///< places to shape |
70 | }; | 67 | }; |
71 | 68 | ||