aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrameTheme.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-09-29 12:53:58 (GMT)
committerrathnor <rathnor>2003-09-29 12:53:58 (GMT)
commit10ce5372d99251d65ff0d4e65c6e19cf05bb208a (patch)
tree554880caa9be789ff07b38393f36b9aba8e875b7 /src/FbWinFrameTheme.hh
parent48cc8772e32ad9cb56a0086840be41e72e94c41e (diff)
downloadfluxbox-10ce5372d99251d65ff0d4e65c6e19cf05bb208a.zip
fluxbox-10ce5372d99251d65ff0d4e65c6e19cf05bb208a.tar.bz2
quadrant-resizing (Thanks Mathias Gumz)
Diffstat (limited to 'src/FbWinFrameTheme.hh')
-rw-r--r--src/FbWinFrameTheme.hh10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/FbWinFrameTheme.hh b/src/FbWinFrameTheme.hh
index 6b4edd4..712f4be 100644
--- a/src/FbWinFrameTheme.hh
+++ b/src/FbWinFrameTheme.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWinFrameTheme.hh,v 1.11 2003/09/12 23:37:12 fluxgen Exp $ 22// $Id: FbWinFrameTheme.hh,v 1.12 2003/09/29 12:53:58 rathnor Exp $
23 23
24#ifndef FBWINFRAMETHEME_HH 24#ifndef FBWINFRAMETHEME_HH
25#define FBWINFRAMETHEME_HH 25#define FBWINFRAMETHEME_HH
@@ -90,6 +90,8 @@ public:
90 inline Cursor moveCursor() const { return m_cursor_move; } 90 inline Cursor moveCursor() const { return m_cursor_move; }
91 inline Cursor lowerLeftAngleCursor() const { return m_cursor_lower_left_angle; } 91 inline Cursor lowerLeftAngleCursor() const { return m_cursor_lower_left_angle; }
92 inline Cursor lowerRightAngleCursor() const { return m_cursor_lower_right_angle; } 92 inline Cursor lowerRightAngleCursor() const { return m_cursor_lower_right_angle; }
93 inline Cursor upperLeftAngleCursor() const { return m_cursor_upper_left_angle; }
94 inline Cursor upperRightAngleCursor() const { return m_cursor_upper_right_angle; }
93 95
94 inline Shape::ShapePlace shapePlace() const { return *m_shape_place; } 96 inline Shape::ShapePlace shapePlace() const { return *m_shape_place; }
95 inline const BorderTheme &border() const { return m_border; } 97 inline const BorderTheme &border() const { return m_border; }
@@ -122,7 +124,11 @@ private:
122 124
123 FbTk::Subject m_theme_change; 125 FbTk::Subject m_theme_change;
124 126
125 Cursor m_cursor_move, m_cursor_lower_left_angle, m_cursor_lower_right_angle; 127 Cursor m_cursor_move;
128 Cursor m_cursor_lower_left_angle;
129 Cursor m_cursor_lower_right_angle;
130 Cursor m_cursor_upper_left_angle;
131 Cursor m_cursor_upper_right_angle;
126}; 132};
127 133
128#endif // FBWINFRAMETHEME_HH 134#endif // FBWINFRAMETHEME_HH