summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJengHyun Kang <jhyuni.kang@samsung.com>2017-06-26 13:54:58 +0900
committerJengHyun Kang <jhyuni.kang@samsung.com>2017-06-26 13:54:58 +0900
commit9c232eb15faea787a7beb49f7d70c9b7e9acaaf2 (patch)
tree3c32c99891f2dd22d4f14fdd1c13d77489e6be5b
parent9dcaef6914f4bb7a1fc21951acf2e0df7630870e (diff)
downloadefl-util-9c232eb15faea787a7beb49f7d70c9b7e9acaaf2.tar.gz
efl-util-9c232eb15faea787a7beb49f7d70c9b7e9acaaf2.tar.bz2
efl-util-9c232eb15faea787a7beb49f7d70c9b7e9acaaf2.zip
add initialize values for the display_policy interface
Change-Id: I03544e80865f2fc53bbf091a0a73dea6651ebb5a
-rw-r--r--src/efl_util.c3
1 files changed, 2 insertions, 1 deletions
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 */