This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
i3lock
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Avoid handle a keysym if the compose state gets cancelled
This is the approach taken by libX11, and feels more consistent.
master
Daniel Otero
10 years ago
parent
562e824246
commit
9e48c74be1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
i3lock.c
+ 1
- 1
i3lock.c
View File
@ -339,7 +339,7 @@ static void handle_key_press(xcb_key_press_event_t *event) {
break
;
case
XKB_COMPOSE_CANCELLED
:
xkb_compose_state_reset
(
xkb_compose_state
)
;
break
;
return
;
}
}
Write
Preview
Loading…
Cancel
Save