resource: display: Fix error when get_fps_info return null 90/270990/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 10 Feb 2022 10:13:48 +0000 (19:13 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 14 Feb 2022 03:18:04 +0000 (12:18 +0900)
commit9ae5ef8bf6b561c9dd6b5a05367b8f9a64ee0973
treeef216a6358bc8d25d131febd09830170041c343d
parenta98c15a73ad1df30d4c89f8198cb384c588728a3
resource: display: Fix error when get_fps_info return null

When enlightenment doesn't draw the anything, get_fps_info of enlightenment
doesn't return the fps information with null. DISPLAY_FPS returns the 0.0
for handling this case.

And add RESOURCE_DRIVER_NO_DEVICE flag to display resource driver.

Change-Id: I4087e97f49231ab45bd1ce88a17a0cca5baf3441
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/resource/resource-display.c