mirror of
https://github.com/brl/mutter.git
synced 2025-03-03 11:58:09 +00:00
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-internal.h"
|
||||||
#include "cogl-context.h"
|
#include "cogl-context.h"
|
||||||
#include "cogl-handle.h"
|
#include "cogl-handle.h"
|
||||||
|
#include "cogl-shader-private.h"
|
||||||
|
|
||||||
#ifndef HAVE_COGL_GLES
|
#ifndef HAVE_COGL_GLES
|
||||||
#include "cogl-program.h"
|
#include "cogl-program.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user