Chris Robinson wrote:
This uses XComposite, when available, to render GL to an offscreen window, and updates the win32 window when glFlush/glFinish/SwapBuffers is called. When rendering to a top-level window with a matching visual, it renders directly "onscreen", and setting the registry key HKCU\Software\Wine\X11 Driver\CompositeGL to false will disable GL compositing behavior even when XComposite is available (default is enabled).
Same here, default should be disabled. Do not introduce more regressions in something already broken by default. And don't punish something that works perfectly without anything extra.
Vitaliy.