mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
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>
|
2003-08-15 Rob Adams <robadams@ucla.edu>
|
||||||
|
|
||||||
* src/constraints.c (meta_window_constrain): move to upper left
|
* 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:
|
case META_GRAB_OP_KEYBOARD_RESIZING_E:
|
||||||
cursor = META_CURSOR_EAST_RESIZE;
|
cursor = META_CURSOR_EAST_RESIZE;
|
||||||
break;
|
break;
|
||||||
|
case META_GRAB_OP_MOVING:
|
||||||
case META_GRAB_OP_KEYBOARD_MOVING:
|
case META_GRAB_OP_KEYBOARD_MOVING:
|
||||||
cursor = META_CURSOR_MOVE_WINDOW;
|
cursor = META_CURSOR_MOVE_WINDOW;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user