summaryrefslogtreecommitdiff
path: root/atk-adaptor/bridge.h
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2010-02-02 16:58:56 -0800
committerMark Doffman <mark.doffman@codethink.co.uk>2010-02-02 16:58:56 -0800
commit38b14df983445e90257e6c5bfae8baf18f31da51 (patch)
tree778c67d0d7392ec7f23f7308aa4024b460bf1726 /atk-adaptor/bridge.h
parent89422700d5b03cac05ba5c7e13a6b56cd0dc826b (diff)
downloadat-spi2-atk-38b14df983445e90257e6c5bfae8baf18f31da51.tar.gz
Change the keystroke delivery methid re-entrancy from
looping over the bus to entering a g_main_loop. Modification to the 'Embed' method so that the address of the desktop object (Application parent) is stored.
Diffstat (limited to 'atk-adaptor/bridge.h')
-rw-r--r--atk-adaptor/bridge.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk-adaptor/bridge.h b/atk-adaptor/bridge.h
index 2a95fcd..81abb92 100644
--- a/atk-adaptor/bridge.h
+++ b/atk-adaptor/bridge.h
@@ -47,6 +47,8 @@ struct _SpiBridge
SpiCache *cache;
SpiLeasing *leasing;
*/
+ gchar *desktop_name;
+ gchar *desktop_path;
};
extern SpiBridge *spi_global_app_data;