clutter-backend-egl: Chain up in dispose before destroying the context
authorNeil Roberts <neil@linux.intel.com>
Tue, 18 May 2010 16:08:12 +0000 (17:08 +0100)
committerNeil Roberts <neil@linux.intel.com>
Tue, 18 May 2010 16:08:12 +0000 (17:08 +0100)
commit4b239e1fe89d6f9c20c930f1cad4bdfcca88aa32
tree79e5329b7f6a449dbf39a6e411bab062f9bd9af9
parent6c3d1cfab9d21cd638854e0900d8bc17c4ebce9e
clutter-backend-egl: Chain up in dispose before destroying the context

clutter_backend_egl_dispose now chains up before disposing its own
resources so that ClutterBackendX11 will destroy all of the stages
before we destroy the egl context. Otherwise the actors may try to
make GL calls during destruction which causes a crash.
clutter/eglx/clutter-backend-egl.c