diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-03-30 19:10:36 +0300 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2010-04-21 18:06:35 +0300 |
commit | 0ba82562eeba8bf3bcd00b6e3ff28ce5b2c8df3c (patch) | |
tree | 4e55b0a349d8004ffb82c274d75776d1a3aaaeee /include/dix-config.h.in | |
parent | b3ab978df861c08298f57529e3db980489055c35 (diff) |
Death to Multibuffer extension
The rationale behind is because no sane application will use this when we have
modern APIs such DRI2. Besides, as a fact, xfree86 server has already
deprecated this extension in 1998:
http://www.xfree86.org/3.3.6/isc7.html
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 058c8fd14..9aff6134e 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -360,9 +360,6 @@ /* Support Xv extension */ #undef XV -/* Build Multibuffer extension */ -#undef MULTIBUFFER - /* Support DRI extension */ #undef XF86DRI |