From: Youngjae Cho Date: Tue, 22 Aug 2023 02:15:23 +0000 (+0900) Subject: plugin-api: deviced: Add attribute for touch event blocked X-Git-Tag: accepted/tizen/unified/20230823.021351~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=22bffed7e40d74f652a9ea71c2402e218d77ab48;p=platform%2Fcore%2Fsystem%2Flibsyscommon.git plugin-api: deviced: Add attribute for touch event blocked New attribute: - id: DEVICED_DISPLAY_ATTR_INT_GET_TOUCH_EVENT_BLOCKED - type: SYSCOMMON_RESMAN_DATA_TYPE_INT - setter: X - getter: O Change-Id: Idf5030debd46da3ed88851e61198ddd52cbd3e85 Signed-off-by: Youngjae Cho --- diff --git a/src/plugin-api/deviced/include/syscommon-plugin-deviced-display-interface.h b/src/plugin-api/deviced/include/syscommon-plugin-deviced-display-interface.h index b53329a..38c0790 100644 --- a/src/plugin-api/deviced/include/syscommon-plugin-deviced-display-interface.h +++ b/src/plugin-api/deviced/include/syscommon-plugin-deviced-display-interface.h @@ -40,6 +40,7 @@ extern "C" { #define DEVICED_DISPLAY_ATTR_INT_CUSTOM_BRIGHTNESS (1ULL << 5) #define DEVICED_DISPLAY_ATTR_UINT64_GET_ACTOR_CAPABILITY (1ULL << 6) #define DEVICED_DISPLAY_ATTR_TUPLE3_SET_ACTOR_CAPABILITY (1ULL << 7) +#define DEVICED_DISPLAY_ATTR_INT_GET_TOUCH_EVENT_BLOCKED (1ULL << 8) enum syscommon_deviced_display_state { SYSCOMMON_DEVICED_DISPLAY_STATE_START,