Add some missing includes/declarations

This commit is contained in:
Kirill Primak 2023-06-05 23:45:28 +03:00 committed by Alexander Orzechowski
parent c5f4df6c96
commit 3dc646ea88
9 changed files with 17 additions and 0 deletions

View file

@ -2,6 +2,7 @@
#define TYPES_WLR_DATA_DEVICE_H
#include <wayland-server-core.h>
#include <wlr/types/wlr_data_device.h>
#define DATA_DEVICE_ALL_ACTIONS (WL_DATA_DEVICE_MANAGER_DND_ACTION_COPY | \
WL_DATA_DEVICE_MANAGER_DND_ACTION_MOVE | \