mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
9 lines
152 B
C
9 lines
152 B
C
|
|
#ifndef XWAYLAND_H
|
||
|
|
#define XWAYLAND_H
|
||
|
|
|
||
|
|
#include <wayland-server.h>
|
||
|
|
|
||
|
|
void handle_xwayland_surface_new(struct wl_listener *listener, void *data);
|
||
|
|
|
||
|
|
#endif
|