mirror of
https://github.com/swaywm/sway.git
synced 2025-11-15 06:59:50 -05:00
minor fixes
This commit is contained in:
parent
63bc0d3b54
commit
b132f67e7b
4 changed files with 13 additions and 7 deletions
|
|
@ -252,7 +252,7 @@ static void handle_view_state_request(wlc_handle view, enum wlc_view_state_bit s
|
|||
static bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifiers
|
||||
*modifiers, uint32_t key, uint32_t sym, enum wlc_key_state state) {
|
||||
enum { QSIZE = 32 };
|
||||
if (locked_view_focus) {
|
||||
if (locked_view_focus && state == WLC_KEY_STATE_PRESSED) {
|
||||
return false;
|
||||
}
|
||||
static uint8_t head = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue