exposay: do not account panel size to compute exposay area
authorLeandro Ribeiro <leandrohr@riseup.net>
Fri, 24 Jan 2020 21:02:27 +0000 (18:02 -0300)
committerDaniel Stone <daniels@collabora.com>
Wed, 26 Aug 2020 14:10:50 +0000 (14:10 +0000)
commitb68454e893d4ffbe7a0789983e787a4f31eeaeef
treeb6f2dde4c64125bece8d077b4fb61fb38f04d66b
parent0c59e92f0c848214100c12f1268a1287d6bf22b2
exposay: do not account panel size to compute exposay area

Commit "desktop-shell: make get_output_work_area() global" allowed
the usage of get_output_work_area() in exposay. This is necessary to
avoid overlapping the panel when rendering exposay's surfaces.

Use get_output_work_area() to not take into account the panel size,
instead of considering that the whole screen is available to
render exposay's surfaces.

Signed-off-by: Leandro Ribeiro <leandrohr@riseup.net>
desktop-shell/exposay.c