mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-27 23:08:28 +02:00
Remove return type from wlsc_compositor_shutdown
Fixes "control reaches end of non-void function" warning and is not needed (yet).
This commit is contained in:
parent
4c394190a3
commit
b826302efb
2 changed files with 2 additions and 2 deletions
|
|
@ -2029,7 +2029,7 @@ wlsc_compositor_init(struct wlsc_compositor *ec, struct wl_display *display)
|
|||
return 0;
|
||||
}
|
||||
|
||||
WL_EXPORT int
|
||||
WL_EXPORT void
|
||||
wlsc_compositor_shutdown(struct wlsc_compositor *ec)
|
||||
{
|
||||
struct wlsc_output *output;
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@ wlsc_compositor_get_time(void);
|
|||
|
||||
int
|
||||
wlsc_compositor_init(struct wlsc_compositor *ec, struct wl_display *display);
|
||||
int
|
||||
void
|
||||
wlsc_compositor_shutdown(struct wlsc_compositor *ec);
|
||||
void
|
||||
wlsc_output_move(struct wlsc_output *output, int x, int y);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue