mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-05 01:41:03 -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
|
|
@ -1,7 +1,9 @@
|
|||
#ifndef XWAYLAND_SELECTION_H
|
||||
#define XWAYLAND_SELECTION_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <xcb/xfixes.h>
|
||||
#include <wayland-util.h>
|
||||
|
||||
#define INCR_CHUNK_SIZE (64 * 1024)
|
||||
|
||||
|
|
@ -11,6 +13,9 @@ struct wlr_primary_selection_source;
|
|||
|
||||
struct wlr_xwm_selection;
|
||||
|
||||
struct wlr_drag;
|
||||
struct wlr_data_source;
|
||||
|
||||
struct wlr_xwm_selection_transfer {
|
||||
struct wlr_xwm_selection *selection;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue