13 lines
442 B
C
13 lines
442 B
C
|
|
#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
|