mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 20:38:08 +01:00
Fix leading spaces in comment (trivial)
This commit is contained in:
committed by
Carlos R. Mafra
parent
cc02023e3e
commit
9548c42b71
@@ -764,12 +764,12 @@ void appIconMouseDown(WObjDescriptor * desc, XEvent * event)
|
|||||||
WMHandleEvent(&ev);
|
WMHandleEvent(&ev);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EnterNotify:
|
case EnterNotify:
|
||||||
/* It means the cursor moved so fast that it entered
|
/* It means the cursor moved so fast that it entered
|
||||||
* something else (if moving slowly, it would have
|
* something else (if moving slowly, it would have
|
||||||
* stayed in the appIcon that is being moved. Ignore
|
* stayed in the appIcon that is being moved. Ignore
|
||||||
* such "spurious" EnterNotifiy's */
|
* such "spurious" EnterNotifiy's */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case MotionNotify:
|
case MotionNotify:
|
||||||
hasMoved = True;
|
hasMoved = True;
|
||||||
|
|||||||
Reference in New Issue
Block a user