[MPlayer-cvslog] r35786 - trunk/gui/wm/ws.h

ib subversion at mplayerhq.hu
Fri Jan 18 22:09:01 CET 2013


Author: ib
Date: Fri Jan 18 22:09:01 2013
New Revision: 35786

Log:
Use Bool type.

It's a boolean property.

Modified:
   trunk/gui/wm/ws.h

Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h	Fri Jan 18 21:31:46 2013	(r35785)
+++ trunk/gui/wm/ws.h	Fri Jan 18 22:09:01 2013	(r35786)
@@ -109,7 +109,7 @@ typedef struct {
     unsigned char *bImage;
     XImage *xImage;
     Pixmap Mask;
-    int Decorations;
+    Bool Decorations;
 
     int State;
     int Visible;


More information about the MPlayer-cvslog mailing list