mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
[fixup] coding style - should know better
This commit is contained in:
parent
6064ff0531
commit
1de37e37ea
1 changed files with 3 additions and 2 deletions
|
|
@ -119,9 +119,10 @@ handle_output_destroy(struct wl_listener *listener, void *data)
|
|||
}
|
||||
|
||||
static bool
|
||||
exclusive_focus(struct seat *seat) {
|
||||
exclusive_focus(struct seat *seat)
|
||||
{
|
||||
if (!seat->focused_layer) {
|
||||
return false;
|
||||
return false;
|
||||
}
|
||||
if (seat->focused_layer->current.keyboard_interactive !=
|
||||
ZWLR_LAYER_SURFACE_V1_KEYBOARD_INTERACTIVITY_EXCLUSIVE) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue