mirror of
https://github.com/brl/mutter.git
synced 2025-02-18 14:14:10 +00:00
eis/client: Fix indentation
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3228>
This commit is contained in:
parent
0160f3c0a0
commit
e2a9e6c36b
@ -549,10 +549,10 @@ meta_eis_client_process_event (MetaEisClient *client,
|
|||||||
"virtual keyboard",
|
"virtual keyboard",
|
||||||
configure_keyboard);
|
configure_keyboard);
|
||||||
|
|
||||||
g_signal_connect (meta_eis_get_backend (client->eis),
|
g_signal_connect (meta_eis_get_backend (client->eis),
|
||||||
"keymap-changed",
|
"keymap-changed",
|
||||||
G_CALLBACK (on_keymap_changed),
|
G_CALLBACK (on_keymap_changed),
|
||||||
client);
|
client);
|
||||||
}
|
}
|
||||||
if (eis_event_seat_has_capability (event, EIS_DEVICE_CAP_POINTER_ABSOLUTE))
|
if (eis_event_seat_has_capability (event, EIS_DEVICE_CAP_POINTER_ABSOLUTE))
|
||||||
add_device (client,
|
add_device (client,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user