Use XDG_RUNTIME_DIR to hold sockets, and do not make a world-writable dir
[platform/core/uifw/at-spi2-atk.git] / atk-adaptor / bridge.h
index c24183e..2a79c6d 100644 (file)
@@ -59,7 +59,8 @@ struct _SpiBridge
 */
   gchar *desktop_name;
   gchar *desktop_path;
-char *app_bus_addr;
+gchar *app_tmp_dir;
+gchar *app_bus_addr;
   GList *events;
   gboolean events_initialized;
 };