[MPlayer-cvslog] r34170 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Sat Oct 1 17:12:54 CEST 2011
Author: ib
Date: Sat Oct 1 17:12:54 2011
New Revision: 34170
Log:
Cosmetic: Adjust indent.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Sat Oct 1 17:09:09 2011 (r34169)
+++ trunk/gui/wm/ws.c Sat Oct 1 17:12:54 2011 (r34170)
@@ -861,27 +861,27 @@ keypressed:
}
}
if (wsWindowList[l]->wsCursor != None) {
- wsVisibleMouse(wsWindowList[l], wsShowMouseCursor);
- mouse_hide = True;
- mouse_time = GetTimerMS();
+ wsVisibleMouse(wsWindowList[l], wsShowMouseCursor);
+ mouse_hide = True;
+ mouse_time = GetTimerMS();
}
goto buttonreleased;
case ButtonRelease:
i = Event->xbutton.button + 128;
if (wsWindowList[l]->wsCursor != None) {
- wsVisibleMouse(wsWindowList[l], wsShowMouseCursor);
- mouse_hide = True;
- mouse_time = GetTimerMS();
+ wsVisibleMouse(wsWindowList[l], wsShowMouseCursor);
+ mouse_hide = True;
+ mouse_time = GetTimerMS();
}
goto buttonreleased;
case ButtonPress:
i = Event->xbutton.button;
if (wsWindowList[l]->wsCursor != None) {
- wsVisibleMouse(wsWindowList[l], wsShowMouseCursor);
- mouse_hide = True;
- mouse_time = GetTimerMS();
+ wsVisibleMouse(wsWindowList[l], wsShowMouseCursor);
+ mouse_hide = True;
+ mouse_time = GetTimerMS();
}
goto buttonreleased;
More information about the MPlayer-cvslog
mailing list