commit | 05ad1e4e8ab5794f827445711a72ffe95dcbdb8b | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Sep 17 14:41:03 2013 -0700 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Sep 18 11:14:14 2013 -0700 |
tree | eb6a34d16d0c0463af69ddd2632bca1219ab95c0 | |
parent | bf3c374b1bb26e827ed6a1ea2fe72d20aacc2d68 [diff] [blame] |
launcher: Collect launcher state in new struct weston_launcher We're going to add a bit more launcher state, so start out by creating a new struct weston_launcher we can track it in.
diff --git a/src/compositor.h b/src/compositor.h index a523c83..0feca41 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -590,7 +590,7 @@ void (*ping_handler)(struct weston_surface *surface, uint32_t serial); - int launcher_sock; + struct weston_launcher *launcher; uint32_t output_id_pool;