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.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/wayland.cpp') diff --git a/src/wayland.cpp b/src/wayland.cpp index 9361b74..53668d2 100644 --- a/src/wayland.cpp +++ b/src/wayland.cpp @@ -148,8 +148,6 @@ void output::geometry(int32_t x, int32_t y, int32_t pw, int32_t ph, HMI_DEBUG("wm", "wl::output %s @ %p x %i y %i w %i h %i spel %x make %s model %s tx %i", __func__, this->proxy.get(), x, y, pw, ph, subpel, make, model, tx); - this->physical_width = pw; - this->physical_height = ph; this->transform = tx; } @@ -171,7 +169,6 @@ void output::done() { this->transform == WL_OUTPUT_TRANSFORM_FLIPPED_90 || this->transform == WL_OUTPUT_TRANSFORM_FLIPPED_270) { std::swap(this->width, this->height); - std::swap(this->physical_width, this->physical_height); } } -- cgit 1.2.3-korg