diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-07-10 02:03:24 +0100 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-07-10 00:31:02 -0700 |
commit | 27a624bee66d2797eacf90317054207dcf248028 (patch) | |
tree | 1e83d3d6508756832d6bbb8c9e51acb61f55969e /mi | |
parent | 79d14d9fc3d92ba866864d3a5910a8c6c8e9b64f (diff) |
Quartz: Move PseudoramiX initialisation to DDX
As PseudoramiX is a DDX-specific extension, move its loading and
initialisation to hw/xquartz. This creates a QuartzExtensionInit()
similar in spirit to xf86ExtensionInit.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'mi')
-rw-r--r-- | mi/miinitext.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mi/miinitext.c b/mi/miinitext.c index e5acec4ad..69ed97bb9 100644 --- a/mi/miinitext.c +++ b/mi/miinitext.c @@ -284,11 +284,6 @@ InitExtensions(int argc, char *argv[]) PanoramiXExtensionInit(); #endif -#ifdef INXQUARTZ - if (!noPseudoramiXExtension) - PseudoramiXExtensionInit(); -#endif - #ifdef XFIXES /* must be before Render to layer DisplayCursor correctly */ if (!noXFixesExtension) |