commit | f03a04afac1a22203e3eb9dbc707ecb71977b0c8 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Sun Apr 06 22:04:50 2014 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Apr 06 22:22:04 2014 -0700 |
tree | 955e936be77ec6ff139393ecdbc5c3201b107e9f | |
parent | 47928d8715038e7a5fd7fd383dc3ec2c185ddd23 [diff] [blame] |
compositor: Add create_surface_signal This signal is emitted when a client creates a surface, not for internal surfaces.
diff --git a/src/compositor.h b/src/compositor.h index 15d6e03..af41b00 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -574,6 +574,7 @@ struct weston_config *config; /* surface signals */ + struct wl_signal create_surface_signal; struct wl_signal activate_signal; struct wl_signal transform_signal;