From 0ca7932c3f23dddd7e8375a89e727223d665c8d5 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sat, 23 Sep 2017 18:18:19 -0400 Subject: Implement xdg surface request_move --- include/rootston/view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/rootston') diff --git a/include/rootston/view.h b/include/rootston/view.h index 9e7c4a01..b74d1075 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -28,6 +28,7 @@ enum roots_view_type { }; struct roots_view { + struct roots_desktop *desktop; double x, y; float rotation; // TODO: Something for roots-enforced width/height -- cgit v1.2.3