diff --git a/src/appicon.c b/src/appicon.c index 573344c2..e969d39f 100644 --- a/src/appicon.c +++ b/src/appicon.c @@ -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;