commit | 1d01b013182810c5dd40641088d0153fdd3c096a | [log] [tgz] |
---|---|---|
author | Tiago Vignatti <tiago.vignatti@intel.com> | Thu Sep 27 17:48:36 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Oct 04 11:06:37 2012 -0400 |
tree | 3d33b0664af0723447f049fa52987ffb2d5bdd2b | |
parent | 920f1970a441be1ada64ba5530a7a3f57c1d2ee0 [diff] [blame] |
compositor: Add kill signal For now it's being emitted only on the desktop shell kill binding. Signed-off-by: Tiago Vignatti <tiago.vignatti@intel.com>
diff --git a/src/compositor.h b/src/compositor.h index aea4f8d..bde4772 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -294,6 +294,7 @@ struct weston_shell_interface shell_interface; struct wl_signal activate_signal; + struct wl_signal kill_signal; struct wl_signal lock_signal; struct wl_signal unlock_signal;