summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaehyeon Jung <darrenh.jung@samsung.com>2015-12-17 20:44:54 +0900
committerDaehyeon Jung <darrenh.jung@samsung.com>2015-12-24 13:24:39 +0900
commit4724f7edfc7796d54a5f9cd09aaad2c023da7507 (patch)
tree839330eeebba1336d9afff93d152f1a05cc5d08d
parenteb599d684c371b155f9a5f4f53bce6553d723608 (diff)
downloadaul-1-4724f7edfc7796d54a5f9cd09aaad2c023da7507.tar.gz
aul-1-4724f7edfc7796d54a5f9cd09aaad2c023da7507.tar.bz2
aul-1-4724f7edfc7796d54a5f9cd09aaad2c023da7507.zip
add subcompositor related keys
Change-Id: I1107fc5cf01ddb12447823a8bed48fc6eaa197ad Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
-rw-r--r--include/aul.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aul.h b/include/aul.h
index c332b9f0..125287e1 100644
--- a/include/aul.h
+++ b/include/aul.h
@@ -165,6 +165,10 @@ typedef enum _aul_type{
#define AUL_K_LOADER_ID "__AUL_LOADER_ID__"
/** AUL internal private key */
#define AUL_K_LOADER_PATH "__AUL_LOADER_PATH__"
+/** AUL internal private key */
+#define AUL_K_WAYLAND_DISPLAY "__AUL_WAYLAND_DISPLAY__"
+/** AUL internal private key */
+#define AUL_K_WAYLAND_WORKING_DIR "__AUL_WAYLAND_WORKING_DIR__"
/**
* @brief This is callback function for aul_launch_init