HEAD version of my kwin_iii patch that I just committed.

This fixes the mouse cursor when the window is moving.

-clee

svn path=/trunk/kdebase/kwin/; revision=231503
This commit is contained in:
Chris Lee 2003-06-15 07:28:38 +00:00
parent cf8e983d87
commit 41f35632d2

View file

@ -2883,7 +2883,8 @@ bool Client::performMouseCommand( Options::MouseCommand command, QPoint globalPo
buttonDown = TRUE;
moveOffset = mapFromGlobal( globalPos );
invertedMoveOffset = rect().bottomRight() - moveOffset;
setMouseCursor( mode );
// setMouseCursor( mode );
setCursor(sizeAllCursor);
startMoveResize();
break;
case Options::MouseResize: {