mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05: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>
|
||||
|
||||
* clutter/clutter-main.c: Add debug markers.
|
||||
|
@ -270,7 +270,7 @@ clutter_backend_glx_init_events (ClutterBackend *backend)
|
||||
_clutter_backend_glx_events_init (backend);
|
||||
}
|
||||
|
||||
static ClutterActor*
|
||||
static ClutterActor *
|
||||
clutter_backend_glx_get_stage (ClutterBackend *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");
|
||||
|
||||
g_object_unref (backend_glx->stage);
|
||||
clutter_actor_destroy (backend_glx->stage);
|
||||
backend_glx->stage = NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user