mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 11:50:21 +00:00
dmabuf: Add DRM_FORMAT_INVALID to our formats
That's gonna be necessary for the next commit.
This commit is contained in:
parent
e1152c33c4
commit
a9cce55693
@ -10,6 +10,10 @@
|
||||
((__u32)(c) << 16) | ((__u32)(d) << 24))
|
||||
#endif
|
||||
|
||||
#ifndef DRM_FORMAT_INVALID
|
||||
#define DRM_FORMAT_INVALID 0
|
||||
#endif
|
||||
|
||||
#ifndef DRM_FORMAT_C1
|
||||
#define DRM_FORMAT_C1 fourcc_code('C', '1', ' ', ' ')
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user