mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-28 14:19:17 +00:00
Export DamageDamageRegion. Not bumping the ABI version since we did that
already for this release.
This commit is contained in:
@@ -79,6 +79,9 @@
|
||||
#ifdef COMPOSITE
|
||||
#include "cw.h"
|
||||
#endif
|
||||
#ifdef DAMAGE
|
||||
#include "damage.h"
|
||||
#endif
|
||||
|
||||
/* mi things */
|
||||
|
||||
@@ -215,6 +218,9 @@ LOOKUP miLookupTab[] = {
|
||||
#ifdef COMPOSITE
|
||||
SYMFUNC(miDisableCompositeWrapper)
|
||||
#endif
|
||||
#ifdef DAMAGE
|
||||
SYMFUNC(DamageDamageRegion)
|
||||
#endif
|
||||
|
||||
{0, 0}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user