Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(693)

Unified Diff: bus/ibusimpl.h

Issue 1702015: Support engine specific hotkey. (Closed) Base URL: ssh://git@chromiumos-git/ibus.git
Patch Set: Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | bus/ibusimpl.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bus/ibusimpl.h
diff --git a/bus/ibusimpl.h b/bus/ibusimpl.h
index 7eda87175a6b81c6f5996d9c6c648d5948e91c86..860f695d2983b4171e7195f8b99970fd2d669f84 100644
--- a/bus/ibusimpl.h
+++ b/bus/ibusimpl.h
@@ -88,6 +88,9 @@ struct _BusIBusImpl {
gboolean use_global_engine;
BusEngineProxy *global_engine;
gchar *global_previous_engine_name;
+
+ IBusHotkeyProfile *engines_hotkey_profile;
+ GHashTable *hotkey_to_engines_map;
};
struct _BusIBusImplClass {
« no previous file with comments | « no previous file | bus/ibusimpl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698