mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_seat: formatting cleanup
This commit is contained in:
parent
ec1e6fe568
commit
aeaa983631
2 changed files with 11 additions and 8 deletions
|
|
@ -54,7 +54,8 @@ struct wlr_seat_handle *wlr_seat_handle_for_client(struct wlr_seat *wlr_seat,
|
|||
* Updates the capabilities available on this seat.
|
||||
* Will automatically send them to all clients.
|
||||
*/
|
||||
void wlr_seat_set_capabilities(struct wlr_seat *wlr_seat, uint32_t capabilities);
|
||||
void wlr_seat_set_capabilities(struct wlr_seat *wlr_seat,
|
||||
uint32_t capabilities);
|
||||
/**
|
||||
* Updates the name of this seat.
|
||||
* Will automatically send it to all clients.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue