shell: rename shell_create_shell_surface

Leftovers from an intermediate patch set, the proper function name is
shell_get_shell_surface. Cosmetic change.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
dev
Pekka Paalanen 13 years ago committed by Kristian Høgsberg
parent 6b2dc9119e
commit 4622967586
  1. 4
      compositor/shell.c

@ -402,7 +402,7 @@ get_shell_surface(struct wlsc_surface *surface)
}
static void
shell_create_shell_surface(struct wl_client *client,
shell_get_shell_surface(struct wl_client *client,
struct wl_resource *resource,
uint32_t id,
struct wl_resource *surface_resource)
@ -437,7 +437,7 @@ shell_create_shell_surface(struct wl_client *client,
}
static const struct wl_shell_interface shell_implementation = {
shell_create_shell_surface
shell_get_shell_surface
};
static void

Loading…
Cancel
Save