mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-17 15:48:12 +02:00
libweston: Move weston_get_backend_type after enum declaration
Fix: #951 Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
parent
f86ff8c07d
commit
68bbc4cf51
1 changed files with 2 additions and 2 deletions
|
|
@ -2217,8 +2217,6 @@ void
|
|||
weston_output_schedule_repaint_reset(struct weston_output *output);
|
||||
void
|
||||
weston_output_schedule_repaint_restart(struct weston_output *output);
|
||||
enum weston_compositor_backend
|
||||
weston_get_backend_type(struct weston_backend *backend);
|
||||
void
|
||||
weston_compositor_schedule_repaint(struct weston_compositor *compositor);
|
||||
void
|
||||
|
|
@ -2475,6 +2473,8 @@ struct weston_backend *
|
|||
weston_compositor_load_backend(struct weston_compositor *compositor,
|
||||
enum weston_compositor_backend backend,
|
||||
struct weston_backend_config *config_base);
|
||||
enum weston_compositor_backend
|
||||
weston_get_backend_type(struct weston_backend *backend);
|
||||
void
|
||||
weston_compositor_exit(struct weston_compositor *ec);
|
||||
void *
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue