[Frame-Broker] Fix calling pause callback function
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 18 Jun 2020 04:28:12 +0000 (13:28 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 19 Jun 2020 03:50:12 +0000 (12:50 +0900)
commit47ba5af638f8e79b02b7bfae1009dbc4bdc654e5
tree14a261afeeae794fb92ca9cca564d9edc8b381ce
parent97e49d7aa48c9d34eb8f4a66d8e7df7d6814872f
[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]