mirror of
https://github.com/brl/mutter.git
synced 2024-11-29 19:40:43 -05:00
seat: Reformat
This commit is contained in:
parent
1be97f3d59
commit
678fa52ae1
@ -190,9 +190,7 @@ 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_pointer,
|
||||||
seat_get_keyboard,
|
seat_get_keyboard,
|
||||||
seat_get_touch
|
seat_get_touch
|
||||||
|
Loading…
Reference in New Issue
Block a user