diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:52:39 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2008-08-14 05:52:39 (GMT) |
commit | e169d33552c8e7070aa6e13da0187f2013b4cfc3 (patch) | |
tree | ae9e92c7e885791c7f47645184070cbcd441ab94 /src/FbWinFrameTheme.cc | |
parent | c82e7c0080f8a5c14dcf95ec92dc42f59ea9dd8b (diff) | |
parent | 91ca3bc5c8e2b892a9a81b18246f72aba7deebfd (diff) | |
download | fluxbox_lack-e169d33552c8e7070aa6e13da0187f2013b4cfc3.zip fluxbox_lack-e169d33552c8e7070aa6e13da0187f2013b4cfc3.tar.bz2 |
Merge branch 'master' into to_push
Diffstat (limited to 'src/FbWinFrameTheme.cc')
-rw-r--r-- | src/FbWinFrameTheme.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/FbWinFrameTheme.cc b/src/FbWinFrameTheme.cc index 82a8d13..92cb134 100644 --- a/src/FbWinFrameTheme.cc +++ b/src/FbWinFrameTheme.cc | |||
@@ -54,10 +54,10 @@ FbWinFrameTheme::FbWinFrameTheme(int screen_num, const std::string &extra, | |||
54 | // create cursors | 54 | // create cursors |
55 | Display *disp = FbTk::App::instance()->display(); | 55 | Display *disp = FbTk::App::instance()->display(); |
56 | m_cursor_move = XCreateFontCursor(disp, XC_fleur); | 56 | m_cursor_move = XCreateFontCursor(disp, XC_fleur); |
57 | m_cursor_lower_left_angle = XCreateFontCursor(disp, XC_ll_angle); | 57 | m_cursor_lower_left_angle = XCreateFontCursor(disp, XC_bottom_left_corner); |
58 | m_cursor_lower_right_angle = XCreateFontCursor(disp, XC_lr_angle); | 58 | m_cursor_lower_right_angle = XCreateFontCursor(disp, XC_bottom_right_corner); |
59 | m_cursor_upper_right_angle = XCreateFontCursor(disp, XC_ur_angle); | 59 | m_cursor_upper_right_angle = XCreateFontCursor(disp, XC_top_right_corner); |
60 | m_cursor_upper_left_angle = XCreateFontCursor(disp, XC_ul_angle); | 60 | m_cursor_upper_left_angle = XCreateFontCursor(disp, XC_top_left_corner); |
61 | m_cursor_left_side = XCreateFontCursor(disp, XC_left_side); | 61 | m_cursor_left_side = XCreateFontCursor(disp, XC_left_side); |
62 | m_cursor_top_side = XCreateFontCursor(disp, XC_top_side); | 62 | m_cursor_top_side = XCreateFontCursor(disp, XC_top_side); |
63 | m_cursor_right_side = XCreateFontCursor(disp, XC_right_side); | 63 | m_cursor_right_side = XCreateFontCursor(disp, XC_right_side); |