Explicitly export EFL symbols

This commit is contained in:
Scott Anderson 2018-02-19 14:26:40 +13:00
parent f27c0b44b8
commit 86269052eb
54 changed files with 397 additions and 2 deletions

View file

@ -13,6 +13,7 @@
#include <wlr/util/log.h>
#include "render/gles2.h"
#include "glapi.h"
#include "util/defs.h"
struct shaders shaders;
@ -266,6 +267,7 @@ static struct wlr_renderer_impl wlr_renderer_impl = {
.format_supported = wlr_gles2_format_supported,
};
WLR_API
struct wlr_renderer *wlr_gles2_renderer_create(struct wlr_backend *backend) {
init_globals();
struct wlr_gles2_renderer *renderer;