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
icc-effect-5.14.5
Chris Lee 2003-06-15 07:28:38 +00:00
parent cf8e983d87
commit 41f35632d2
1 changed files with 2 additions and 1 deletions

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: {