mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Style cleanup
This commit is contained in:
parent
5a7595af77
commit
bd2e9a7168
3 changed files with 7 additions and 7 deletions
|
|
@ -81,8 +81,8 @@ static void destroy_shell_surface(struct wl_resource *resource) {
|
|||
}
|
||||
|
||||
void wl_shell_get_shell_surface(struct wl_client *client,
|
||||
struct wl_resource *resource, uint32_t id,
|
||||
struct wl_resource *surface) {
|
||||
struct wl_resource *resource, uint32_t id,
|
||||
struct wl_resource *surface) {
|
||||
struct wlr_texture *wlr_texture = wl_resource_get_user_data(surface);
|
||||
struct shell_surface_state *state = malloc(sizeof(struct shell_surface_state));
|
||||
state->wlr_texture = wlr_texture;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue