mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-17 01:40:36 +01:00
gbm: drop duplicate #defines
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Kristian H. Kristensen <hoegsberg@chromium.org>
This commit is contained in:
parent
f1374805a8
commit
2fa165e757
1 changed files with 0 additions and 8 deletions
|
|
@ -56,14 +56,6 @@
|
|||
#include "wayland-drm.h"
|
||||
#endif
|
||||
|
||||
#ifndef DRM_FORMAT_MOD_INVALID
|
||||
#define DRM_FORMAT_MOD_INVALID ((1ULL<<56) - 1)
|
||||
#endif
|
||||
|
||||
#ifndef DRM_FORMAT_MOD_LINEAR
|
||||
#define DRM_FORMAT_MOD_LINEAR 0
|
||||
#endif
|
||||
|
||||
static __DRIimage *
|
||||
dri_lookup_egl_image(__DRIscreen *screen, void *image, void *data)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue