commit | 30d2b1fd4b97f2671646ee9d4ef526f7d3e8a5df | [log] [tgz] |
---|---|---|
author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | Tue Nov 13 19:10:28 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Nov 13 17:03:47 2012 -0500 |
tree | e9c79383d126b950d6c424208693769254216352 | |
parent | 320711db0a2e7ce11664198cefc6c3182f8ca273 [diff] [blame] |
Move EGL and GL includes to a gles2-renderer header.
diff --git a/src/compositor-x11.c b/src/compositor-x11.c index 145e424..6e051ce 100644 --- a/src/compositor-x11.c +++ b/src/compositor-x11.c
@@ -45,10 +45,8 @@ #include <xkbcommon/xkbcommon.h> -#include <GLES2/gl2.h> -#include <EGL/egl.h> - #include "compositor.h" +#include "gl-renderer.h" #include "../shared/config-parser.h" #define DEFAULT_AXIS_STEP_DISTANCE wl_fixed_from_int(10)