2026-05-03 22:56:12 +07:00
|
|
|
#ifndef __SEAT_H_
|
|
|
|
|
#define __SEAT_H_
|
2026-01-02 22:53:34 +07:00
|
|
|
|
|
|
|
|
#include <wayland-server-core.h>
|
|
|
|
|
|
2026-05-03 22:56:12 +07:00
|
|
|
void request_cursor(struct wl_listener *listener, void *data);
|
|
|
|
|
void pointer_focus_change(struct wl_listener *listener, void *data);
|
|
|
|
|
void request_set_selection(struct wl_listener *listener, void *data);
|
|
|
|
|
|
|
|
|
|
#endif
|