aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2017-09-28 19:48:55 -0400
committerDrew DeVault <sir@cmpwn.com>2017-09-28 19:48:55 -0400
commitada7fde6fbb1d4cc85f61ef03c8139bf92a9ca10 (patch)
tree5e78ec1fa50e8942a28eb71da96b40aa87273e53 /include/rootston/view.h
parent033036712ade73a872f1034ddb47235be11a74aa (diff)
DRY up focus and implement z ordering
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 9cc2fe04..da3b189d 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -56,7 +56,6 @@ struct roots_view {
struct roots_xwayland_surface *roots_xwayland_surface;
};
struct wlr_surface *wlr_surface;
- struct wl_list link;
// TODO: This would probably be better as a field that's updated on a
// configure event from the xdg_shell
// If not then this should follow the typical type/impl pattern we use