adding xwayland support

This commit is contained in:
2026-04-06 23:38:06 +07:00
parent 7601b86450
commit e995f748b2
10 changed files with 133 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifdef XWAYLAND
#include "types.h"
#include "absinthe-toplevel.h"
#include "xwayland.h"
void xwayland_activate(struct wl_listener *listener, void *data) {}
void xwayland_associate(struct wl_listener *listener, void *data) {}
void xwayland_dissociate(struct wl_listener *listener, void *data) {}
void xwayland_configure(struct wl_listener *listener, void *data) {}
void xwayland_set_hints(struct wl_listener *listener, void *data) {}
#endif