egl: Fix compilation for EGL native
Some minor fixes here and there: missing include, wrongly placed #endif, unused variable warning fixes, missing #ifdef. Make ClutterStageEGL a subclass of either ClutterStageX11 or GObject depending if you compile with X11 support (EGLX) or not (native).
This commit is contained in:
parent
a77e14c969
commit
7367188ab5
@ -38,6 +38,7 @@
|
||||
#include "cogl-internal.h"
|
||||
#include "cogl-context.h"
|
||||
#include "cogl-handle.h"
|
||||
#include "cogl-shader-private.h"
|
||||
|
||||
#ifndef HAVE_COGL_GLES
|
||||
#include "cogl-program.h"
|
||||
|
Loading…
Reference in New Issue
Block a user