mirror of
https://github.com/brl/mutter.git
synced 2024-11-26 10:00:45 -05:00
seat: Reformat
This commit is contained in:
parent
1be97f3d59
commit
678fa52ae1
@ -190,13 +190,11 @@ seat_get_touch (struct wl_client *client,
|
|||||||
/* Touch not supported */
|
/* Touch not supported */
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct wl_seat_interface
|
static const struct wl_seat_interface seat_interface = {
|
||||||
seat_interface =
|
seat_get_pointer,
|
||||||
{
|
seat_get_keyboard,
|
||||||
seat_get_pointer,
|
seat_get_touch
|
||||||
seat_get_keyboard,
|
};
|
||||||
seat_get_touch
|
|
||||||
};
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
bind_seat (struct wl_client *client,
|
bind_seat (struct wl_client *client,
|
||||||
|
Loading…
Reference in New Issue
Block a user