2007-11-23 Emmanuele Bassi <ebassi@openedhand.com>

* tests/test-event.c: Back out an accidental commit.
This commit is contained in:
Emmanuele Bassi 2007-11-23 13:12:37 +00:00
parent 07079204ac
commit e06cb4234d
2 changed files with 4 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2007-11-23 Emmanuele Bassi <ebassi@openedhand.com>
* tests/test-event.c: Back out an accidental commit.
2007-11-23 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-actor.c:

View File

@ -20,16 +20,12 @@ blue_button_cb (ClutterActor *actor,
stage = clutter_stage_get_default ();
#if 0
if (IsFullScreen)
IsFullScreen = FALSE;
else
IsFullScreen = TRUE;
g_object_set (stage, "fullscreen", IsFullScreen, NULL);
#endif
clutter_actor_hide (stage);
return FALSE;
}
@ -172,7 +168,6 @@ main (int argc, char *argv[])
stage = clutter_stage_get_default ();
clutter_stage_fullscreen (stage);
g_signal_connect (stage, "event", G_CALLBACK (input_cb), "stage");
g_signal_connect (stage, "fullscreen",