mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
* examples/video-cube.c (main): Quit on key press.
This commit is contained in:
parent
8cb8cfd5f0
commit
1b7b2bc573
@ -1,3 +1,7 @@
|
||||
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* examples/video-cube.c (main): Quit on key press.
|
||||
|
||||
2006-06-21 Emmanuele Bassi <ebassi@openedhand.com>
|
||||
|
||||
* clutter/Makefile.am: Re-fix distcheck after last commit.
|
||||
|
@ -45,6 +45,7 @@ clutter-main
|
||||
@a...:
|
||||
@a...:
|
||||
@a...:
|
||||
@a...:
|
||||
@a...:
|
||||
|
||||
|
||||
|
@ -238,6 +238,8 @@ main (int argc, char *argv[])
|
||||
clutter_init (&argc, &argv);
|
||||
|
||||
stage = clutter_stage_get_default ();
|
||||
g_signal_connect (stage, "key-press-event",
|
||||
G_CALLBACK (clutter_main_quit), NULL);
|
||||
|
||||
pixbuf = gdk_pixbuf_new_from_file ("clutter-logo-800x600.png", NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user