commit 10a70b6

Michael Forney  ·  2014-02-24 22:45:17 +0000 UTC
parent 3bd6988
window: Remove unused surface field
2 files changed,  +0, -2
+0, -1
1@@ -237,7 +237,6 @@ bool window_initialize(struct window * window, const struct window_impl * impl,
2     if (!(window->view = swc_compositor_create_view(surface)))
3         return false;
4 
5-    window->surface = surface;
6     window->impl = impl;
7     window->view->window = window;
8     window->move.interaction.handler = (struct pointer_handler) {
+0, -1
1@@ -40,7 +40,6 @@ struct window
2     struct swc_window base;
3     const struct window_impl * impl;
4 
5-    struct swc_surface * surface;
6     struct compositor_view * view;
7 
8     struct