From 3e3f045d650a839d21f7b649da7aa5c19bd2e38b Mon Sep 17 00:00:00 2001 From: Aylur Date: Sun, 1 Sep 2024 14:17:36 +0200 Subject: monorepo structuring --- river/include/wayland-source.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 river/include/wayland-source.h (limited to 'river/include/wayland-source.h') diff --git a/river/include/wayland-source.h b/river/include/wayland-source.h deleted file mode 100644 index b219589..0000000 --- a/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