aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-canvas.h
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-canvas.h')
-rw-r--r--e-util/e-canvas.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-canvas.h b/e-util/e-canvas.h
index 06e3768e12..b13a9dd2ab 100644
--- a/e-util/e-canvas.h
+++ b/e-util/e-canvas.h
@@ -78,6 +78,10 @@ struct _ECanvas
int idle_id;
GList *selection;
ECanvasSelectionInfo *cursor;
+
+ /* Input context for dead key support */
+ GdkIC *ic;
+ GdkICAttr *ic_attr;
};
struct _ECanvasClass