diff options
author | rathnor <rathnor> | 2003-09-29 12:53:58 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2003-09-29 12:53:58 (GMT) |
commit | 10ce5372d99251d65ff0d4e65c6e19cf05bb208a (patch) | |
tree | 554880caa9be789ff07b38393f36b9aba8e875b7 /src/FbWinFrameTheme.cc | |
parent | 48cc8772e32ad9cb56a0086840be41e72e94c41e (diff) | |
download | fluxbox-10ce5372d99251d65ff0d4e65c6e19cf05bb208a.zip fluxbox-10ce5372d99251d65ff0d4e65c6e19cf05bb208a.tar.bz2 |
quadrant-resizing (Thanks Mathias Gumz)
Diffstat (limited to 'src/FbWinFrameTheme.cc')
-rw-r--r-- | src/FbWinFrameTheme.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index 5ac0d3d..67a618d 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc | |||
@@ -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.cc,v 1.12 2003/09/12 23:37:12 fluxgen Exp $ | 22 | // $Id: FbWinFrameTheme.cc,v 1.13 2003/09/29 12:53:58 rathnor Exp $ |
23 | 23 | ||
24 | #include "FbWinFrameTheme.hh" | 24 | #include "FbWinFrameTheme.hh" |
25 | #include "App.hh" | 25 | #include "App.hh" |
@@ -78,7 +78,8 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num): | |||
78 | m_cursor_move = XCreateFontCursor(disp, XC_fleur); | 78 | m_cursor_move = XCreateFontCursor(disp, XC_fleur); |
79 | m_cursor_lower_left_angle = XCreateFontCursor(disp, XC_ll_angle); | 79 | m_cursor_lower_left_angle = XCreateFontCursor(disp, XC_ll_angle); |
80 | m_cursor_lower_right_angle = XCreateFontCursor(disp, XC_lr_angle); | 80 | m_cursor_lower_right_angle = XCreateFontCursor(disp, XC_lr_angle); |
81 | 81 | m_cursor_upper_right_angle = XCreateFontCursor(disp, XC_ur_angle); | |
82 | m_cursor_upper_left_angle = XCreateFontCursor(disp, XC_ul_angle); | ||
82 | } | 83 | } |
83 | 84 | ||
84 | FbWinFrameTheme::~FbWinFrameTheme() { | 85 | FbWinFrameTheme::~FbWinFrameTheme() { |