mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 01:36:10 -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 */
|
||||
}
|
||||
|
||||
static const struct wl_seat_interface
|
||||
seat_interface =
|
||||
{
|
||||
seat_get_pointer,
|
||||
seat_get_keyboard,
|
||||
seat_get_touch
|
||||
};
|
||||
static const struct wl_seat_interface seat_interface = {
|
||||
seat_get_pointer,
|
||||
seat_get_keyboard,
|
||||
seat_get_touch
|
||||
};
|
||||
|
||||
static void
|
||||
bind_seat (struct wl_client *client,
|
||||
|
Loading…
Reference in New Issue
Block a user