1
0
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:
Daniel Déchelotte
2013-04-12 01:42:30 +02:00
committed by Carlos R. Mafra
parent cc02023e3e
commit 9548c42b71

View File

@@ -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;