[SDL_Tizen] Add SDL Indicator hints 65/136965/6
authorhuiyu.eun <huiyu.eun@samsung.com>
Tue, 4 Jul 2017 01:49:23 +0000 (10:49 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Tue, 4 Jul 2017 05:05:58 +0000 (14:05 +0900)
commit46c7cd63af5e1944bca411f9894fc19a8ce8e692
treee3b7719178fb742113beb198e60a819a125f48de
parent96dbf2150c8d9f1adff79329ebb2fcd507e6e115
[SDL_Tizen] Add SDL Indicator hints

- "opaque" : Opacifies the indicator
- "translucent" : Be translucent the indicator
- "transparent" : Transparentizes the indicator
- "bg_transparent" : Transparentizes the indicator background

Can use tizen indicator by SDL_SetHint() api.
* SDL_SetHint("SDL_TIZEN_INDICATOR_OPACITY", "bg_transparent");

Change-Id: I8fd7f17a8e9241eb3bd4d4cef925fb3b0ea1eb4d
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
include/SDL_hints.h
src/video/tizen/SDL_tizenvideo.h
src/video/tizen/SDL_tizenwindow.c
src/video/tizen/SDL_tizenwindow.h