summaryrefslogtreecommitdiffstats
path: root/Gui/wm/ws.h
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-19 19:54:59 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-19 19:54:59 +0000
commitb885bda73aa4bb0e988975558dd32c0028640c43 (patch)
tree91b76429e20807144eb805046748ac956a8333e7 /Gui/wm/ws.h
parentf636151e5f0e92e106cc026d01974511e6eb05a3 (diff)
downloadmpv-b885bda73aa4bb0e988975558dd32c0028640c43.tar.bz2
mpv-b885bda73aa4bb0e988975558dd32c0028640c43.tar.xz
Choose a good visual from the list of supported visuals on the X11 server,
instead of using the attributes from the root window. A framebuffer in a Sun often runs using a default visual of 8-bit pseudocolor, yet a better 24 or 32 bit truecolor visual is available. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7803 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/wm/ws.h')
-rw-r--r--Gui/wm/ws.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 332abdcbf1..1b6cbe9dea 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -155,7 +155,6 @@ typedef struct
XGCValues wGCV;
unsigned long WindowMask;
XVisualInfo VisualInfo;
- XWindowAttributes Attribs;
XSetWindowAttributes WindowAttrib;
XSizeHints SizeHint;
XWMHints WMHints;