mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 00:16:22 +01:00
Minor style fix
This commit is contained in:
parent
97bd548456
commit
7ecb55f218
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ extern struct pointer_state {
|
||||||
struct pointer_tiling {
|
struct pointer_tiling {
|
||||||
bool resize;
|
bool resize;
|
||||||
swayc_t *init_view;
|
swayc_t *init_view;
|
||||||
struct wlc_origin *lock_pos;
|
struct wlc_origin *lock_pos;
|
||||||
} tiling;
|
} tiling;
|
||||||
struct pointer_lock {
|
struct pointer_lock {
|
||||||
bool left;
|
bool left;
|
||||||
|
|
Loading…
Reference in a new issue