From: Daniel Déchelotte <yo....@free.fr>

---
 src/appicon.c |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/appicon.c b/src/appicon.c
index 573344c..e969d39 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;
-- 
1.7.10.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to