mirror of
https://github.com/NickHu/sway
synced 2025-02-06 20:46:17 +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…
Add table
Reference in a new issue