fix cursor for META_GRAB_OP_MOVING, #111943
2003-08-16 Havoc Pennington <hp@pobox.com> * src/display.c (xcursor_for_op): fix cursor for META_GRAB_OP_MOVING, #111943
This commit is contained in:
parent
fcd56c3ef0
commit
a9e5560c36
@ -1,3 +1,8 @@
|
||||
2003-08-16 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/display.c (xcursor_for_op): fix cursor for
|
||||
META_GRAB_OP_MOVING, #111943
|
||||
|
||||
2003-08-15 Rob Adams <robadams@ucla.edu>
|
||||
|
||||
* src/constraints.c (meta_window_constrain): move to upper left
|
||||
|
@ -2678,6 +2678,7 @@ xcursor_for_op (MetaDisplay *display,
|
||||
case META_GRAB_OP_KEYBOARD_RESIZING_E:
|
||||
cursor = META_CURSOR_EAST_RESIZE;
|
||||
break;
|
||||
case META_GRAB_OP_MOVING:
|
||||
case META_GRAB_OP_KEYBOARD_MOVING:
|
||||
cursor = META_CURSOR_MOVE_WINDOW;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user