summaryrefslogtreecommitdiffstats
path: root/src/wayland.hpp
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-11 20:39:21 +0900
committerTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-12-11 20:39:21 +0900
commit9f9abc58011121722a82759124d061a645cee112 (patch)
treee0c2c0fe27fefaa755ecd238e03e41855e72c203 /src/wayland.hpp
parent6aaba1066fe89f324d4bae67497f4035fe997d5f (diff)
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 <tanikawa.tadao@jp.panasonic.com>
Diffstat (limited to 'src/wayland.hpp')
-rw-r--r--src/wayland.hpp5
1 files changed, 1 insertions, 4 deletions
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<struct wl_output> {
int width{};
int height{};
- int physical_width{};
- int physical_height{};
int refresh{};
int transform{};
@@ -252,8 +250,7 @@ struct controller : public wayland_proxy<struct ivi_controller> {
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;