The Wine system chosen to render the windows and graphics for programs running under it.
Example: x11drv
The number of colors to grab from the system palette.
This is a compromise between providing the complete palette to the Windows app and not messing the colors of others X11 apps.
There's probably no reason to ever change it.
Use a private color map.
Favor correctness over speed in some graphics operations.
Color depth to use on multi-depth screens.
Name of X11 display to use.
Allow the window manager to manage created windows.
Use XFree86 DGA extension if present.
Use XShm extension if present.
Enable DirectX mouse grab.
Create the desktop window with a double-buffered visual
(useful to play OpenGL games)
Code page used for captions in managed mode
0 means default ANSI code page (CP_ACP == 0)