Xdmx: Initialize DMX extension even if not built with GLX support
authorAlan Coopersmith <alan.coopersmith@oracle.com>
Tue, 26 Nov 2013 06:19:34 +0000 (22:19 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 27 Nov 2013 06:39:01 +0000 (22:39 -0800)
commitd695cb7fb6bb8fd159a332d902673edbbd2237d7
tree9be14ec0ee5cd49026fc28f84877f7a29fb20edf
parentbd70def07754357d26b86c287037eb3884631daf
Xdmx: Initialize DMX extension even if not built with GLX support

dmxAddExtensions takes an argument to determine if it should just
initialize the DMX extension, or both DMX & GLX, but if GLX wasn't
compiled in, the entire call was #ifdef'ed out, leaving the DMX
extension unavailable.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Keith Packard <keithp@keithp.com>
hw/dmx/dmxinit.c