[MPlayer-cvslog] r35788 - trunk/gui/wm/ws.h
ib
subversion at mplayerhq.hu
Sat Jan 19 13:10:24 CET 2013
Author: ib
Date: Sat Jan 19 13:10:24 2013
New Revision: 35788
Log:
Remove unused wsWindow structure members.
Modified:
trunk/gui/wm/ws.h
Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h Sat Jan 19 07:07:12 2013 (r35787)
+++ trunk/gui/wm/ws.h Sat Jan 19 13:10:24 2013 (r35788)
@@ -103,7 +103,6 @@ typedef struct {
Window Parent;
int X, Y, Width, Height;
int OldX, OldY, OldWidth, OldHeight;
- int MaxX, MaxY;
int isFullScreen;
int Property;
unsigned char *bImage;
@@ -135,7 +134,6 @@ typedef struct {
Atom AtomProtocols;
Atom AtomsProtocols[3];
Atom AtomLeaderClient;
- Atom AtomRemote;
Atom AtomWMSizeHint;
Atom AtomWMNormalHint;
@@ -151,9 +149,6 @@ typedef struct {
XSetWindowAttributes WindowAttrib;
XWMHints WMHints;
- XFontStruct *Font;
- int FontHeight;
-
Cursor wsCursor;
char wsCursorData[1];
Pixmap wsCursorPixmap;
More information about the MPlayer-cvslog
mailing list