mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 09:59:03 +00:00
mutter-mag: Quit when the user hits escape
https://bugzilla.gnome.org/show_bug.cgi?id=662895
This commit is contained in:
parent
1b04a40dce
commit
3beb33bb44
@ -204,6 +204,8 @@ key_press (GtkWidget *invisible,
|
|||||||
g_signal_handlers_disconnect_by_func (invisible, mouse_press, NULL);
|
g_signal_handlers_disconnect_by_func (invisible, mouse_press, NULL);
|
||||||
g_signal_handlers_disconnect_by_func (invisible, key_press, NULL);
|
g_signal_handlers_disconnect_by_func (invisible, key_press, NULL);
|
||||||
|
|
||||||
|
gtk_main_quit ();
|
||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user