mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-08 10:06:28 -05:00
Add some missing includes/declarations
This commit is contained in:
parent
c5f4df6c96
commit
3dc646ea88
9 changed files with 17 additions and 0 deletions
|
|
@ -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 | \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue