2007-07-24 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/glx/clutter-backend-glx.c: Destroy the stage, don't just unref it.
This commit is contained in:
parent
9c699c8546
commit
107f6112cd
@ -1,3 +1,8 @@
|
|||||||
|
2007-07-24 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
|
* clutter/glx/clutter-backend-glx.c: Destroy the stage, don't
|
||||||
|
just unref it.
|
||||||
|
|
||||||
2007-07-24 Emmanuele Bassi <ebassi@openedhand.com>
|
2007-07-24 Emmanuele Bassi <ebassi@openedhand.com>
|
||||||
|
|
||||||
* clutter/clutter-main.c: Add debug markers.
|
* clutter/clutter-main.c: Add debug markers.
|
||||||
|
@ -270,7 +270,7 @@ clutter_backend_glx_init_events (ClutterBackend *backend)
|
|||||||
_clutter_backend_glx_events_init (backend);
|
_clutter_backend_glx_events_init (backend);
|
||||||
}
|
}
|
||||||
|
|
||||||
static ClutterActor*
|
static ClutterActor *
|
||||||
clutter_backend_glx_get_stage (ClutterBackend *backend)
|
clutter_backend_glx_get_stage (ClutterBackend *backend)
|
||||||
{
|
{
|
||||||
ClutterBackendGLX *backend_glx = CLUTTER_BACKEND_GLX (backend);
|
ClutterBackendGLX *backend_glx = CLUTTER_BACKEND_GLX (backend);
|
||||||
@ -336,7 +336,7 @@ clutter_backend_glx_dispose (GObject *gobject)
|
|||||||
{
|
{
|
||||||
CLUTTER_NOTE (BACKEND, "Disposing the main stage");
|
CLUTTER_NOTE (BACKEND, "Disposing the main stage");
|
||||||
|
|
||||||
g_object_unref (backend_glx->stage);
|
clutter_actor_destroy (backend_glx->stage);
|
||||||
backend_glx->stage = NULL;
|
backend_glx->stage = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user