Add support for wlr_virtual_keyboard_v1 protocol
This commit is contained in:
2
seat.h
2
seat.h
@@ -6,4 +6,6 @@ void diyac_init_seat(struct diyac_server* server);
|
||||
void diyac_seat_focus_surface(struct diyac_seat *seat, struct wlr_surface *surface);
|
||||
void diyac_seat_focus_lock_surface(struct diyac_seat *seat, struct wlr_surface *surface);
|
||||
void diyac_seat_focus_layer(struct diyac_seat *seat, struct wlr_layer_surface_v1 *layer);
|
||||
|
||||
void diyac_seat_configure(struct diyac_server* server);
|
||||
#endif
|
Reference in New Issue
Block a user