[MPlayer-cvslog] r35586 - trunk/gui/wm/ws.c
ib
subversion at mplayerhq.hu
Tue Dec 4 17:08:19 CET 2012
Author: ib
Date: Tue Dec 4 17:08:18 2012
New Revision: 35586
Log:
Use correct data type (rather cosmetic).
wsTrue is return value of a X11 Bool function.
Modified:
trunk/gui/wm/ws.c
Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c Mon Dec 3 23:57:23 2012 (r35585)
+++ trunk/gui/wm/ws.c Tue Dec 4 17:08:18 2012 (r35586)
@@ -100,7 +100,7 @@ int wsBlueMask = 0;
int wsOutMask = 0;
int wsNonNativeOrder = 0;
-int wsTrue = True;
+Bool wsTrue = True;
#define wsWLCount 5
wsTWindow *wsWindowList[wsWLCount] = { NULL, NULL, NULL, NULL, NULL };
More information about the MPlayer-cvslog
mailing list