commit | b687940cd58ec772fa99928461e4f0f45d217316 | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Tue Apr 10 18:28:54 2012 +0200 |
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | Tue Apr 10 18:51:15 2012 +0200 |
tree | d73c65873f959edc17b01c3cc4225fcb8bde05bb | |
parent | fe0444a9a9c4bc36cc1e3d0e99f4043f96e0d155 [diff] [blame] |
compositor: Remove wl_output-global on unplug Or we would segfault when a client binds to a output thats already destroyed.
diff --git a/src/compositor.h b/src/compositor.h index 1b37356..9022313 100644 --- a/src/compositor.h +++ b/src/compositor.h
@@ -73,6 +73,7 @@ struct weston_output { struct wl_list link; + struct wl_global *global; struct weston_compositor *compositor; struct weston_matrix matrix; struct wl_list frame_callback_list;