mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 01:50:42 -05: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",
|
||||
configure_keyboard);
|
||||
|
||||
g_signal_connect (meta_eis_get_backend (client->eis),
|
||||
"keymap-changed",
|
||||
G_CALLBACK (on_keymap_changed),
|
||||
client);
|
||||
g_signal_connect (meta_eis_get_backend (client->eis),
|
||||
"keymap-changed",
|
||||
G_CALLBACK (on_keymap_changed),
|
||||
client);
|
||||
}
|
||||
if (eis_event_seat_has_capability (event, EIS_DEVICE_CAP_POINTER_ABSOLUTE))
|
||||
add_device (client,
|
||||
|
Loading…
Reference in New Issue
Block a user