Skip to content

Commit

Permalink
Do not include egl.h in public headers (#38)
Browse files Browse the repository at this point in the history
It includes eglplatform that cand end up including Xlib.h.
  • Loading branch information
carlosgcampos authored May 8, 2019
1 parent e48d475 commit c6d3e57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/wpe-fdo/initialize-egl.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@
extern "C" {
#endif

#include <EGL/egl.h>
#include <stdbool.h>

typedef void *EGLDisplay;

bool
wpe_fdo_initialize_for_egl_display(EGLDisplay);

Expand Down

0 comments on commit c6d3e57

Please sign in to comment.