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

Unified Diff: bus/inputcontext.h

Issue 3052003: Support switching keyboard by hotkey without input focus (Closed) Base URL: ssh://git@chromiumos-git/ibus.git
Patch Set: Do not connect 'forward-ket-event' signal Created 10 years, 5 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/inputcontext.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bus/inputcontext.h
diff --git a/bus/inputcontext.h b/bus/inputcontext.h
index ba3fdb27ea298cf8ed129d6442f8e913d00eb61f..ebbe4ba8101a1a969a7a8ac3718ba3e16ee7848c 100644
--- a/bus/inputcontext.h
+++ b/bus/inputcontext.h
@@ -88,6 +88,9 @@ struct _BusInputContext {
/* filter release */
gboolean filter_release;
+
+ /* is fake context */
+ gboolean fake;
};
struct _BusInputContextClass {
« no previous file with comments | « no previous file | bus/inputcontext.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698