Try to define F_ADD_SEALS and F_SEAL_SHRINK when not defined

This commit is contained in:
libretroadmin 2022-06-01 05:37:45 +02:00
parent b8d9070c9b
commit b0597d91a2

View File

@ -41,6 +41,14 @@
#define MFD_ALLOW_SEALING 0x0002U
#endif
#ifndef F_ADD_SEALS
#define F_ADD_SEALS (1024 + 9)
#endif
#ifndef F_SEAL_SHRINK
#define F_SEAL_SHRINK 0x0002
#endif
void xdg_toplevel_handle_configure_common(gfx_ctx_wayland_data_t *wl,
void *toplevel,
int32_t width, int32_t height, struct wl_array *states)