diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-11-19 15:00:22 +1100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-11-21 11:13:55 +1100 |
commit | 353b14ea77324b3f7b3ea29d6f03618fd9916d5f (patch) | |
tree | 9b35d632ee5cf6a27bf32a1f4552944012cff957 /include/extinit.h | |
parent | 3556d43010f0a37bf30aa2e0ceee9a8bbcad311d (diff) |
DMX: Add DMX and GLX extensions
Unfortunately this also got lost in the extmod fallout, leaving the DMX
server not exposing the DMX or GLX extensions.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include/extinit.h')
-rw-r--r-- | include/extinit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/extinit.h b/include/extinit.h index 7f4718f2f..5690d7b01 100644 --- a/include/extinit.h +++ b/include/extinit.h @@ -68,10 +68,6 @@ extern _X_EXPORT Bool noDbeExtension; extern void DbeExtensionInit(void); #endif -#ifdef DMXEXT -extern void DMXExtensionInit(void); -#endif - #if defined(DPMSExtension) #include <X11/extensions/dpmsconst.h> extern _X_EXPORT Bool noDPMSExtension; |