mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 05:54:08 +00:00
mi: drop ifdef on obsolete DAMAGE symbol
It's always set by meson.build and planned to be removed entirely. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
committed by
Enrico Weigelt
parent
e1dc65bdf0
commit
1fa1ec50a3
@@ -134,9 +134,7 @@ static const ExtensionModule staticExtensions[] = {
|
||||
#ifndef DISABLE_EXT_COMPOSITE
|
||||
{CompositeExtensionInit, "COMPOSITE", &noCompositeExtension},
|
||||
#endif
|
||||
#ifdef DAMAGE
|
||||
{DamageExtensionInit, "DAMAGE", &noDamageExtension},
|
||||
#endif
|
||||
#ifdef SCREENSAVER
|
||||
{ScreenSaverExtensionInit, "MIT-SCREEN-SAVER", &noScreenSaverExtension},
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user