From 9c232eb15faea787a7beb49f7d70c9b7e9acaaf2 Mon Sep 17 00:00:00 2001 From: JengHyun Kang Date: Mon, 26 Jun 2017 13:54:58 +0900 Subject: [PATCH] add initialize values for the display_policy interface Change-Id: I03544e80865f2fc53bbf091a0a73dea6651ebb5a --- src/efl_util.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/efl_util.c b/src/efl_util.c index 0fc661e..0e0ca0c 100644 --- a/src/efl_util.c +++ b/src/efl_util.c @@ -189,7 +189,8 @@ static Efl_Util_Data _eflutil = NULL, NULL, { NULL, NULL, NULL }, /* tizen_policy protocol */ { NULL, NULL, NULL, NULL, NULL, 0 }, /* screenshooter protocol */ - { NULL, -1 } /* tizen_input_device_manager protocol */ + { NULL, -1 }, /* tizen_input_device_manager protocol */ + { NULL, NULL } /* display_policy protocol */ }, { { NULL, 0 }, /* handler for notification level */ -- 2.34.1