mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Try to define F_ADD_SEALS and F_SEAL_SHRINK when not defined
This commit is contained in:
parent
b8d9070c9b
commit
b0597d91a2
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user