i mean, there are too many changes to even comment it
This commit is contained in:
+7
-4
@@ -1,7 +1,10 @@
|
||||
#pragma once
|
||||
#ifndef __SEAT_H_
|
||||
#define __SEAT_H_
|
||||
|
||||
#include <wayland-server-core.h>
|
||||
|
||||
void seat_request_cursor(struct wl_listener *listener, void *data);
|
||||
void seat_pointer_focus_change(struct wl_listener *listener, void *data);
|
||||
void seat_request_set_selection(struct wl_listener *listener, void *data);
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user