|
|
@ -1,7 +1,9 @@
|
|
|
|
#ifndef XWAYLAND_SELECTION_H
|
|
|
|
#ifndef XWAYLAND_SELECTION_H
|
|
|
|
#define XWAYLAND_SELECTION_H
|
|
|
|
#define XWAYLAND_SELECTION_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include <xcb/xfixes.h>
|
|
|
|
#include <xcb/xfixes.h>
|
|
|
|
|
|
|
|
#include <wayland-util.h>
|
|
|
|
|
|
|
|
|
|
|
|
#define INCR_CHUNK_SIZE (64 * 1024)
|
|
|
|
#define INCR_CHUNK_SIZE (64 * 1024)
|
|
|
|
|
|
|
|
|
|
|
@ -11,6 +13,9 @@ struct wlr_primary_selection_source;
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_xwm_selection;
|
|
|
|
struct wlr_xwm_selection;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_drag;
|
|
|
|
|
|
|
|
struct wlr_data_source;
|
|
|
|
|
|
|
|
|
|
|
|
struct wlr_xwm_selection_transfer {
|
|
|
|
struct wlr_xwm_selection_transfer {
|
|
|
|
struct wlr_xwm_selection *selection;
|
|
|
|
struct wlr_xwm_selection *selection;
|
|
|
|
|
|
|
|
|
|
|
|