[Frame-Broker] Fix calling pause callback function 46/236546/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 18 Jun 2020 04:28:12 +0000 (13:28 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 18 Jun 2020 04:30:46 +0000 (13:30 +0900)
commit77c0392376b887874fda740cafe92a6f23490443
tree1ea70c7eb20f9af040b2df5e74e9a7027f72feba
parent131cb736d0d92182ad50789191efc74443d89a29
[Frame-Broker] Fix calling pause callback function

The frame broker calls the frame_context_pause_cb callback function,
when the direction of the frame is "FRAME_DIRECTION_FORWARD" and
the window is invisible state.

Change-Id: If2fe792fc5ec277eab4b1a5400a0b33f204ec17d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
frame-broker/src/frame_broker.c
frame-broker/src/frame_context.c
frame-broker/src/window_context.c [new file with mode: 0644]
frame-broker/src/window_context.h [new file with mode: 0644]