From 1bc38cf97875ce46da5e3080729603f6f25c5d98 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Mon, 28 Oct 2024 15:37:27 +0100 Subject: move wayland-glib into its own lib --- lib/river/include/wayland-source.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lib/river/include/wayland-source.h (limited to 'lib/river/include/wayland-source.h') 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 - -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__ */ -- cgit v1.2.3