diff options
author | James Steven Supancic III <arrummzen@arrummzen.net> | 2006-12-16 12:02:38 -0500 |
---|---|---|
committer | Kevin E Martin <kem@freedesktop.org> | 2006-12-16 12:02:38 -0500 |
commit | a5fcf1e5e7452c9be82f63b6c2be2a25c4109523 (patch) | |
tree | bfac1ca8563a7d455aa7dae8ec2156e56eebaf25 /hw/dmx/dmxinit.c | |
parent | c92f7bef54fa737766d65fe32c200f405f39228c (diff) |
Fix RENDER issues (bug #7555) and implement RENDER add/remove screen
support (bug #8485).
Diffstat (limited to 'hw/dmx/dmxinit.c')
-rw-r--r-- | hw/dmx/dmxinit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dmx/dmxinit.c b/hw/dmx/dmxinit.c index 9c5356ed5..1d3689c40 100644 --- a/hw/dmx/dmxinit.c +++ b/hw/dmx/dmxinit.c @@ -624,7 +624,7 @@ void InitOutput(ScreenInfo *pScreenInfo, int argc, char *argv[]) } /* Make sure that the command-line arguments are sane. */ - if (dmxAddRemoveScreens && (!noRenderExtension || dmxGLXProxy)) { + if (dmxAddRemoveScreens && dmxGLXProxy) { /* Currently it is not possible to support GLX and Render * extensions with dynamic screen addition/removal due to the * state that each extension keeps, which cannot be restored. */ |