mutter/clutter/eglx
Robert Bragg b710ed0eea [backend-egl] fix clutter_backend_egl_get_visual_info to not use Xalloc
It looks like the intention was to duplicate an XVisualInfo in such a way
that the pointer could be returned and then later freed using XFree.  But
Xalloc isn't an Xlib counterpart to XFree; Xlib doesn't provide a general
purpose malloc wrapper afik.  By shuffling things about a bit, it was
possible to avoid the need for this hack.
2009-09-21 23:06:44 +01:00
..
clutter-backend-egl.c [backend-egl] fix clutter_backend_egl_get_visual_info to not use Xalloc 2009-09-21 23:06:44 +01:00
clutter-backend-egl.h [eglx] Update the EGLX backend 2009-08-11 14:19:24 +01:00
clutter-egl-headers.h GLES 2 backend 2008-05-27 17:42:50 +00:00
clutter-eglx.h [docs] Various gtk-docs fixes 2009-06-09 14:47:36 +01:00
clutter-stage-egl.c [eglx] Update the EGLX backend 2009-08-11 14:19:24 +01:00
clutter-stage-egl.h GLES 2 backend 2008-05-27 17:42:50 +00:00
Makefile.am [build] GCC_FLAGS is no more, MAINTAINER_CFLAGS is the One. 2009-08-03 14:25:08 +01:00