Change std:vector to eina_array
[platform/upstream/SDL.git] / include / SDL_hints.h
index 50a5a08..f4fea0d 100644 (file)
@@ -1277,6 +1277,18 @@ extern "C" {
  */
 #define SDL_HINT_AUDIO_CATEGORY   "SDL_AUDIO_CATEGORY"
 
+
+/**
+ *  \brief Set Tizen indicator opacity
+ *
+ * The variable can be one of
+ *    "#opaque"      - Opacifies the indicator
+ *    "#translucent"    - Be translucent the indicator
+ *    "#transparent"      - Transparentizes the indicator (this is the default)
+ *    "#bg_transparent"      - Transparentizes the indicator background
+ */
+#define SDL_HINT_TIZEN_INDICATOR_OPACITY   "SDL_TIZEN_INDICATOR_OPACITY"
+
 /**
  *  \brief  A variable controlling whether the 2D render API is compatible or efficient.
  *
@@ -1301,7 +1313,6 @@ extern "C" {
  */
 #define SDL_HINT_RENDER_BATCHING  "SDL_RENDER_BATCHING"
 
-
 /**
  *  \brief  A variable controlling whether SDL updates joystick state when getting input events
  *