summaryrefslogtreecommitdiff
path: root/lib/river/include/wayland-source.h
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-24 21:38:12 +0100
committerAylur <[email protected]>2024-12-24 21:38:12 +0100
commit22ab42c2bb5532064d704931729ddba089dd7276 (patch)
tree6dcf003fd140f2023210b8554d08af34b0b9586c /lib/river/include/wayland-source.h
parent27544705dfe77b50f919a166f06d5b96560dd2fd (diff)
parent3468763d51d389c67ec7b1a390ffa8a5328bddb6 (diff)
Merge branch 'main' into feat/jsx-gtk4
Diffstat (limited to 'lib/river/include/wayland-source.h')
-rw-r--r--lib/river/include/wayland-source.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/river/include/wayland-source.h b/lib/river/include/wayland-source.h
deleted file mode 100644
index b219589..0000000
--- a/lib/river/include/wayland-source.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef __WAYLAND_SOURCE_H__
-#define __WAYLAND_SOURCE_H__
-
-#include <glib-object.h>
-
-G_BEGIN_DECLS
-
-typedef struct _WLSource WLSource;
-
-WLSource* wl_source_new();
-void wl_source_free(WLSource* self);
-struct wl_display* wl_source_get_display(WLSource* source);
-
-G_END_DECLS
-
-#endif /* __WAYLAND_SOURCE_H__ */