aboutsummaryrefslogtreecommitdiff
path: root/wayland.h
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-23 13:58:43 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-23 13:58:43 -0400
commit6933f5438f303cd90346ae779af141f910a4a1b1 (patch)
treeedd477d1d42f35bdcbc13e5dc0aef9b1c44899e6 /wayland.h
parent9d8db4146d025e3a967700414a9fc68fa186045e (diff)
clipboard with wl-paste
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland.h b/wayland.h
index b6c93a3..635cfcb 100644
--- a/wayland.h
+++ b/wayland.h
@@ -6,6 +6,7 @@
void setup_registry_and_globals(client_state* state);
void create_surface(client_state* state);
void setup_seat(client_state* state);
+void setup_data_device(client_state* state);
void setup_pointer(client_state* state);
void setup_keyboard(client_state* state);