diff options
| author | Ezra <[email protected]> | 2015-08-19 11:29:32 -0500 |
|---|---|---|
| committer | Ezra <[email protected]> | 2015-08-19 11:29:32 -0500 |
| commit | 745031e6f97b871de0c37572b085aea4eae855a8 (patch) | |
| tree | 61b4a671c9f1a789969d106aa7eab1f70dbe4fc1 /sway | |
| parent | 0b23962564a52dff8dd70488f33bc08eeb5aef03 (diff) | |
More merge resolution.
Diffstat (limited to 'sway')
| -rw-r--r-- | sway/handlers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/handlers.c b/sway/handlers.c index 92d9b6af..00f10a0c 100644 --- a/sway/handlers.c +++ b/sway/handlers.c @@ -26,7 +26,7 @@ static bool resizing = false; static bool lock_left, lock_right, lock_top, lock_bottom = false; static bool floating_mod_pressed(void) { - return key_modifiers & config->floating_mod; + return key_modifiers & config->floating_mod; } static bool pointer_test(swayc_t *view, void *_origin) { |
