egl: Fix compilation for EGL native
authorDamien Lespiau <damien.lespiau@gmail.com>
Thu, 12 Aug 2010 13:05:01 +0000 (09:05 -0400)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 3 Sep 2010 10:13:35 +0000 (11:13 +0100)
commitaf983faccd6fc91ea328d19ace2bb61df2c0f9fd
treeb2208513f224b5a0e04accfb79f37735373dd4eb
parent12a5bf2e06114e60e8286ee7fd75e73ce16f487c
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).
clutter/cogl/cogl/cogl-material-glsl.c
clutter/egl/clutter-backend-egl.c
clutter/egl/clutter-stage-egl.h