mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +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);
|
||||
break;
|
||||
|
||||
case EnterNotify:
|
||||
/* It means the cursor moved so fast that it entered
|
||||
* something else (if moving slowly, it would have
|
||||
* stayed in the appIcon that is being moved. Ignore
|
||||
* such "spurious" EnterNotifiy's */
|
||||
break;
|
||||
case EnterNotify:
|
||||
/* It means the cursor moved so fast that it entered
|
||||
* something else (if moving slowly, it would have
|
||||
* stayed in the appIcon that is being moved. Ignore
|
||||
* such "spurious" EnterNotifiy's */
|
||||
break;
|
||||
|
||||
case MotionNotify:
|
||||
hasMoved = True;
|
||||
|
||||
Reference in New Issue
Block a user