mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-02 01:41:04 -05:00
Add prototypes warnings, use -fvisibility.
This commit is contained in:
parent
f099fd24a3
commit
b7a01928be
9 changed files with 79 additions and 55 deletions
|
|
@ -226,7 +226,7 @@ static const struct wl_compositor_interface interface = {
|
|||
|
||||
static const char gem_device[] = "/dev/dri/card0";
|
||||
|
||||
struct wl_compositor *
|
||||
WL_EXPORT struct wl_compositor *
|
||||
wl_compositor_create(struct wl_display *display)
|
||||
{
|
||||
EGLConfig configs[64];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue