mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fixed VT switching
This commit is contained in:
parent
091de12bf4
commit
55854565dc
6 changed files with 42 additions and 4 deletions
|
|
@ -89,5 +89,6 @@ void wlr_drm_scan_connectors(struct wlr_backend_state *state);
|
|||
int wlr_drm_event(int fd, uint32_t mask, void *data);
|
||||
|
||||
void wlr_drm_output_start_renderer(struct wlr_output_state *output);
|
||||
void wlr_drm_output_pause_renderer(struct wlr_output_state *output);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@ struct wlr_backend_state {
|
|||
struct libinput *libinput;
|
||||
struct wl_event_source *input_event;
|
||||
|
||||
struct wl_listener session_signal;
|
||||
|
||||
list_t *devices;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue