* clutter/eglx/clutter-stage-egl.c (clutter_stage_egl_realize):
Fix name of parent class variable which otherwise breaks the build.
This commit is contained in:
parent
14a48008cd
commit
fbc68f2d26
@ -1,3 +1,9 @@
|
||||
2008-05-16 Neil Roberts <neil@o-hand.com>
|
||||
|
||||
* clutter/eglx/clutter-stage-egl.c (clutter_stage_egl_realize):
|
||||
Fix name of parent class variable which otherwise breaks the
|
||||
build.
|
||||
|
||||
2008-05-16 Neil Roberts <neil@o-hand.com>
|
||||
|
||||
Use the Mesa headers instead of depending on GLee for Win32
|
||||
|
@ -233,7 +233,7 @@ clutter_stage_egl_realize (ClutterActor *actor)
|
||||
/* we need to chain up to the X11 stage implementation in order to
|
||||
* set the window state in case we set it before realizing the stage
|
||||
*/
|
||||
CLUTTER_ACTOR_CLASS (clutter_stage_glx_parent_class)->realize (actor);
|
||||
CLUTTER_ACTOR_CLASS (clutter_stage_egl_parent_class)->realize (actor);
|
||||
return;
|
||||
|
||||
fail:
|
||||
|
Loading…
Reference in New Issue
Block a user