diff options
author | kotontrion <[email protected]> | 2024-10-28 15:37:27 +0100 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-12-17 08:59:22 +0100 |
commit | 1bc38cf97875ce46da5e3080729603f6f25c5d98 (patch) | |
tree | e1647f55234e5d93267a099130dc6f956a0e0649 /lib/river/include/wayland-source.h | |
parent | 4f47b69946dd7127ba66e6333af4945afaba15de (diff) |
move wayland-glib into its own lib
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__ */ |