2008-06-24 Matthew Allum <mallum@openedhand.com>
* clutter/eglnative/clutter-stage-egl.c: Add an extra debug note. * configure.ac: Generate version.xml for COGL API docs
This commit is contained in:
parent
be3c2ce965
commit
a692421945
@ -1,3 +1,10 @@
|
|||||||
|
2008-06-24 Matthew Allum <mallum@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/eglnative/clutter-stage-egl.c:
|
||||||
|
Add an extra debug note.
|
||||||
|
* configure.ac:
|
||||||
|
Generate version.xml for COGL API docs
|
||||||
|
|
||||||
2008-06-24 Chris Lord <chris@openedhand.com>
|
2008-06-24 Chris Lord <chris@openedhand.com>
|
||||||
|
|
||||||
Bug 988 - cursor position wrong with multibyte invisible char
|
Bug 988 - cursor position wrong with multibyte invisible char
|
||||||
|
@ -111,6 +111,8 @@ clutter_stage_egl_realize (ClutterActor *actor)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CLUTTER_NOTE (BACKEND, "Got %i configs", config_count);
|
||||||
|
|
||||||
if (stage_egl->egl_surface != EGL_NO_SURFACE)
|
if (stage_egl->egl_surface != EGL_NO_SURFACE)
|
||||||
{
|
{
|
||||||
eglDestroySurface (backend_egl->edpy, stage_egl->egl_surface);
|
eglDestroySurface (backend_egl->edpy, stage_egl->egl_surface);
|
||||||
|
@ -656,6 +656,7 @@ AC_CONFIG_FILES([
|
|||||||
doc/reference/clutter/Makefile
|
doc/reference/clutter/Makefile
|
||||||
doc/reference/clutter/version.xml
|
doc/reference/clutter/version.xml
|
||||||
doc/reference/cogl/Makefile
|
doc/reference/cogl/Makefile
|
||||||
|
doc/reference/cogl/version.xml
|
||||||
doc/manual/clutter-manual.xml
|
doc/manual/clutter-manual.xml
|
||||||
doc/manual/Makefile
|
doc/manual/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user