mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 18:04:09 +00:00
backends/x11: Fix tab/space indentation issue
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3410>
This commit is contained in:
parent
d16ddc42ce
commit
baafec089a
@ -2198,13 +2198,13 @@ meta_seat_x11_translate_event (MetaSeatX11 *seat,
|
|||||||
double *axes;
|
double *axes;
|
||||||
|
|
||||||
source_device = get_source_device_checked (seat, xev);
|
source_device = get_source_device_checked (seat, xev);
|
||||||
if (!source_device)
|
if (!source_device)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
device = g_hash_table_lookup (seat->devices_by_id,
|
device = g_hash_table_lookup (seat->devices_by_id,
|
||||||
GINT_TO_POINTER (xev->deviceid));
|
GINT_TO_POINTER (xev->deviceid));
|
||||||
|
|
||||||
if (clutter_input_device_get_device_type (source_device) == CLUTTER_PAD_DEVICE)
|
if (clutter_input_device_get_device_type (source_device) == CLUTTER_PAD_DEVICE)
|
||||||
{
|
{
|
||||||
uint32_t button, group, mode;
|
uint32_t button, group, mode;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user