e_comp_wl: Apply map regardless of scaler.viewport 41/309141/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 3 Apr 2024 06:36:59 +0000 (15:36 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 5 Apr 2024 06:01:41 +0000 (15:01 +0900)
commitdbc3c508109226199f86540b32e0c79531f6836c
tree1c9ff00fb8a890f96ae62990373ae2fe5693e331
parentb097827b4a42077136a41e13d832aa23bf1797c6
e_comp_wl: Apply map regardless of scaler.viewport

The e_comp_wl_map_apply() must be always called even if there is no
scaler.viewport. Since ds_tizen_scaler has been used, the
scaler.viewport may not exist.

Above all, the call to e_comp_wl_map_apply() doesn't actually perform
any operations related to scaler.viewport.

Change-Id: If5fe376d834f3b52f6e835b8ed3b1476a1474f9f
src/bin/e_comp_wl.c