diff options
author | Aylur <[email protected]> | 2024-12-21 21:53:37 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-21 21:53:37 +0100 |
commit | 3468763d51d389c67ec7b1a390ffa8a5328bddb6 (patch) | |
tree | e7101963b4b3c83b74636cbcd0adb5b9583849d1 /lib/river/include/wayland-source.h | |
parent | d6f4e86f63082271c9a68f5ce2864b6c78d9a5f9 (diff) | |
parent | c8e705a7999e2d36e137771e38aa443c3ed5416d (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.h | 16 |
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__ */ |