Revert "Add APIs which can get information of display and area"
[apps/agl-service-windowmanager-2017.git] / src / wayland.hpp
index df5d198..59d7ade 100644 (file)
@@ -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;