mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
resistance: move to <resistance> node
This commit is contained in:
parent
ac58ab10a7
commit
8f8359597c
2 changed files with 4 additions and 2 deletions
|
|
@ -14,7 +14,6 @@ struct rcxml {
|
|||
bool xdg_shell_server_side_deco;
|
||||
int gap;
|
||||
bool adaptive_sync;
|
||||
int screen_edge_strength;
|
||||
|
||||
/* focus */
|
||||
bool focus_follow_mouse;
|
||||
|
|
@ -39,6 +38,9 @@ struct rcxml {
|
|||
|
||||
/* libinput */
|
||||
struct wl_list libinput_categories;
|
||||
|
||||
/* resistance */
|
||||
int screen_edge_strength;
|
||||
};
|
||||
|
||||
extern struct rcxml rc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue