Fixed cursor orientation when resizing

next
Kim Silkebækken (lokaltog) 2010-01-26 11:05:59 +01:00 committed by Michael Stapelberg
parent 0abf9cc570
commit 148547c765
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ int resize_graphical_handler(xcb_connection_t *conn, Workspace *ws, int first, i
xcb_window_t helpwin = create_window(conn, helprect, XCB_WINDOW_CLASS_INPUT_OUTPUT,
(orientation == O_VERTICAL ?
XCB_CURSOR_SB_V_DOUBLE_ARROW :
XCB_CURSOR_SB_H_DOUBLE_ARROW), true, mask, values);
XCB_CURSOR_SB_H_DOUBLE_ARROW :
XCB_CURSOR_SB_V_DOUBLE_ARROW), true, mask, values);
xcb_circulate_window(conn, XCB_CIRCULATE_RAISE_LOWEST, helpwin);