swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit ea14d0f6eba92f49a96ac056e5343d5a114318e5
parent 5f0e5d591c85c13948b9b469ee7441fe0a79db25
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Aug 2014 16:48:14 -0700

window: Don't clear view window after we destroyed the view

Diffstat:
Mlibswc/window.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/libswc/window.c b/libswc/window.c @@ -365,7 +365,6 @@ void window_finalize(struct window * window) window_unmanage(window); compositor_view_destroy(window->view); - window->view->window = NULL; free(window->base.title); free(window->base.class); }