mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
src/keyboard.c: reflow comment to shorten line
This commit is contained in:
parent
e1467b9aac
commit
ffb2efe733
1 changed files with 6 additions and 2 deletions
|
|
@ -144,9 +144,13 @@ handle_compositor_keybindings(struct wl_listener *listener,
|
|||
if (event->state == WL_KEYBOARD_KEY_STATE_PRESSED) {
|
||||
for (int i = 0; i < nsyms; i++) {
|
||||
if (syms[i] == XKB_KEY_Escape) {
|
||||
/* cancel */
|
||||
/*
|
||||
* Cancel view-cycle
|
||||
*
|
||||
* osd_finish() additionally resets
|
||||
* cycle_view to NULL
|
||||
*/
|
||||
osd_preview_restore(server);
|
||||
/* osd_finish() additionally resets cycle_view to NULL */
|
||||
osd_finish(server);
|
||||
|
||||
handled = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue