summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxinit.c
diff options
context:
space:
mode:
authorJames Steven Supancic III <arrummzen@arrummzen.net>2006-12-16 12:02:38 -0500
committerKevin E Martin <kem@freedesktop.org>2006-12-16 12:02:38 -0500
commita5fcf1e5e7452c9be82f63b6c2be2a25c4109523 (patch)
treebfac1ca8563a7d455aa7dae8ec2156e56eebaf25 /hw/dmx/dmxinit.c
parentc92f7bef54fa737766d65fe32c200f405f39228c (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.c2
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. */