mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Fix style issues
This commit is contained in:
parent
53052b3f6e
commit
f998bb8299
14 changed files with 36 additions and 18 deletions
|
|
@ -66,7 +66,7 @@ static struct wlr_output_impl output_impl = {
|
|||
.swap_buffers = wlr_wl_output_swap_buffers,
|
||||
};
|
||||
|
||||
void handle_ping(void* data, struct wl_shell_surface* ssurface, uint32_t serial) {
|
||||
void handle_ping(void *data, struct wl_shell_surface *ssurface, uint32_t serial) {
|
||||
struct wlr_wl_backend_output *output = data;
|
||||
assert(output && output->shell_surface == ssurface);
|
||||
wl_shell_surface_pong(ssurface, serial);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue