Mercurial > mplayer.hg
changeset 35694:af387a83e557
Remove unused wsWindow structure members.
author | ib |
---|---|
date | Sat, 19 Jan 2013 12:10:24 +0000 |
parents | 0334def9abaa |
children | f1d1404c3828 |
files | gui/wm/ws.h |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/wm/ws.h Sat Jan 19 06:07:12 2013 +0000 +++ b/gui/wm/ws.h Sat Jan 19 12:10:24 2013 +0000 @@ -103,7 +103,6 @@ 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 @@ Atom AtomProtocols; Atom AtomsProtocols[3]; Atom AtomLeaderClient; - Atom AtomRemote; Atom AtomWMSizeHint; Atom AtomWMNormalHint; @@ -151,9 +149,6 @@ XSetWindowAttributes WindowAttrib; XWMHints WMHints; - XFontStruct *Font; - int FontHeight; - Cursor wsCursor; char wsCursorData[1]; Pixmap wsCursorPixmap;