virtual: default unload virtual module
[platform/core/uifw/libtdm.git] / src / tdm_config.h
index 73eeb9f..a9ed0fd 100644 (file)
@@ -114,6 +114,12 @@ tdm_config_set_string(const char *key, const char *value);
  */
 #define TDM_CONFIG_KEY_GENERAL_COMMIT_PER_VBLANK  "general:commit_per_vblank"
 
+/* enable the tdm virtual output module. [0(disable), 1(enable)]
+ * default: 0
+ * ex) 1
+ */
+#define TDM_CONFIG_KEY_GENERAL_VIRTUAL_OUTPUT  "general:virtual_output"
+
 
 /*** debug keys **************************************************************/