From 007e2239cf65535c4df3486e7b2cc42a4e86eb56 Mon Sep 17 00:00:00 2001 From: Dodji Seketeli Date: Mon, 12 Nov 2007 20:29:12 +0100 Subject: [PATCH] Xephyr: don't initialise the GLX extension --- hw/kdrive/ephyr/ephyrinit.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/kdrive/ephyr/ephyrinit.c b/hw/kdrive/ephyr/ephyrinit.c index a76da03b4..c33892ce0 100644 --- a/hw/kdrive/ephyr/ephyrinit.c +++ b/hw/kdrive/ephyr/ephyrinit.c @@ -47,6 +47,7 @@ InitCard (char *name) void InitOutput (ScreenInfo *pScreenInfo, int argc, char **argv) { + noGlxExtension=TRUE; KdInitOutput (pScreenInfo, argc, argv); }