From 9f9abc58011121722a82759124d061a645cee112 Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Mon, 11 Dec 2017 20:39:21 +0900 Subject: Revert "Add APIs which can get information of display and area" This reverts commit 6aaba1066fe89f324d4bae67497f4035fe997d5f. To fix double posts to Gerrit Review and repository directly. Signed-off-by: Tadao Tanikawa --- src/wayland.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/wayland.hpp') diff --git a/src/wayland.hpp b/src/wayland.hpp index df5d198..59d7ade 100644 --- a/src/wayland.hpp +++ b/src/wayland.hpp @@ -96,8 +96,6 @@ struct display { struct output : wayland_proxy { int width{}; int height{}; - int physical_width{}; - int physical_height{}; int refresh{}; int transform{}; @@ -252,8 +250,7 @@ struct controller : public wayland_proxy { layer_map_type layers; screen_map_type screens; - size output_size; // Display size[pixel] - size physical_size; // Display size[mm] + size output_size; wm::controller_hooks *chooks; -- cgit 1.2.3-korg