mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 05:00:09 +01:00
glx: drop always-true #ifdef
Meson already guarantees we have at least xdamage >= 1.1 Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5862>
This commit is contained in:
parent
3900659051
commit
69ef180837
1 changed files with 0 additions and 2 deletions
|
|
@ -381,9 +381,7 @@ static const __DRIgetDrawableInfoExtension getDrawableInfoExtension = {
|
|||
static const __DRIextension *loader_extensions[] = {
|
||||
&systemTimeExtension.base,
|
||||
&getDrawableInfoExtension.base,
|
||||
#ifdef XDAMAGE_1_1_INTERFACE
|
||||
&damageExtension.base,
|
||||
#endif
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue