* Removed unneeded comment/code.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35470 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -131,18 +131,6 @@ HWInterface::SetCursor(ServerCursor* cursor)
|
|||||||
if (!fFloatingOverlaysLock.Lock())
|
if (!fFloatingOverlaysLock.Lock())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// TODO: if a bitmap is being dragged, it could
|
|
||||||
// be considered iritating to the user to change
|
|
||||||
// cursor shapes while something is dragged.
|
|
||||||
// The disabled code below would prevent this (except
|
|
||||||
// for the minor annoyance that the cursor is not
|
|
||||||
// updated when the drag is over)
|
|
||||||
// if (fDragBitmap) {
|
|
||||||
// // TODO: like a "+" or "-" sign when dragging some files to indicate
|
|
||||||
// // the current drag mode?
|
|
||||||
// UnlockExclusiveAccess();
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
if (fCursor != cursor) {
|
if (fCursor != cursor) {
|
||||||
BRect oldFrame = _CursorFrame();
|
BRect oldFrame = _CursorFrame();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user