mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
dont copy input config
This commit is contained in:
parent
35445b40a2
commit
22287b42bf
3 changed files with 20 additions and 18 deletions
|
|
@ -14,7 +14,6 @@ extern struct sway_input_manager *input_manager;
|
|||
struct sway_input_device {
|
||||
char *identifier;
|
||||
struct wlr_input_device *wlr_device;
|
||||
struct input_config *config;
|
||||
struct wl_list link;
|
||||
struct wl_listener device_destroy;
|
||||
};
|
||||
|
|
@ -49,7 +48,12 @@ struct sway_seat *input_manager_get_default_seat(
|
|||
struct sway_seat *input_manager_get_seat(struct sway_input_manager *input,
|
||||
const char *seat_name);
|
||||
|
||||
/** Gets the last seat the user interacted with */
|
||||
/**
|
||||
* Gets the last seat the user interacted with
|
||||
*/
|
||||
struct sway_seat *input_manager_current_seat(struct sway_input_manager *input);
|
||||
|
||||
struct input_config *input_device_get_config(struct sway_input_device *device);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue