mirror of
https://github.com/brl/mutter.git
synced 2025-05-03 15:19:38 +00:00
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.
|
||||||
|
@ -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