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:
Damien Lespiau 2010-08-12 09:05:01 -04:00 committed by Damien Lespiau
parent a77e14c969
commit 7367188ab5

View File

@ -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"