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:
Havoc Pennington 2003-08-16 14:36:56 +00:00 committed by Havoc Pennington
parent fcd56c3ef0
commit a9e5560c36
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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;