mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
Merge branch 'master' into feature/xwm-rewrite
This commit is contained in:
commit
c01248cf17
11 changed files with 232 additions and 135 deletions
|
|
@ -9,6 +9,10 @@ struct output_config {
|
|||
enum wl_output_transform transform;
|
||||
int x, y;
|
||||
struct wl_list link;
|
||||
struct {
|
||||
int width, height;
|
||||
float refresh_rate;
|
||||
} mode;
|
||||
};
|
||||
|
||||
struct device_config {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ struct roots_keyboard {
|
|||
struct roots_input *input;
|
||||
struct wlr_input_device *device;
|
||||
struct wl_listener key;
|
||||
struct wl_listener modifiers;
|
||||
struct wl_list link;
|
||||
|
||||
xkb_keysym_t pressed_keysyms[ROOTS_KEYBOARD_PRESSED_KEYSYMS_CAP];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue