summaryrefslogtreecommitdiff
path: root/lib/river/include/wayland-source.h
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-21 21:53:37 +0100
committerGitHub <[email protected]>2024-12-21 21:53:37 +0100
commit3468763d51d389c67ec7b1a390ffa8a5328bddb6 (patch)
treee7101963b4b3c83b74636cbcd0adb5b9583849d1 /lib/river/include/wayland-source.h
parentd6f4e86f63082271c9a68f5ce2864b6c78d9a5f9 (diff)
parentc8e705a7999e2d36e137771e38aa443c3ed5416d (diff)
Merge pull request #186 from Aylur/feat/wayland-glib
wayland glib
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__ */