Line
Link Here
|
0 |
-- a/include/types/wlr_seat.h |
0 |
++ b/include/types/wlr_seat.h |
Lines 4-12
Link Here
|
4 |
#include <wayland-server-core.h> |
4 |
#include <wayland-server-core.h> |
5 |
#include <wlr/types/wlr_seat.h> |
5 |
#include <wlr/types/wlr_seat.h> |
6 |
|
6 |
|
7 |
const struct wlr_pointer_grab_interface default_pointer_grab_impl; |
7 |
extern const struct wlr_pointer_grab_interface default_pointer_grab_impl; |
8 |
const struct wlr_keyboard_grab_interface default_keyboard_grab_impl; |
8 |
extern const struct wlr_keyboard_grab_interface default_keyboard_grab_impl; |
9 |
const struct wlr_touch_grab_interface default_touch_grab_impl; |
9 |
extern const struct wlr_touch_grab_interface default_touch_grab_impl; |
10 |
|
10 |
|
11 |
void seat_client_create_pointer(struct wlr_seat_client *seat_client, |
11 |
void seat_client_create_pointer(struct wlr_seat_client *seat_client, |
12 |
uint32_t version, uint32_t id); |
12 |
uint32_t version, uint32_t id); |