aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2015-11-08 23:12:50 +0100
committerThomas White <taw@bitwiz.org.uk>2015-11-08 23:12:50 +0100
commit9fa18b75c1354989dabf682788b9ea41fe28c707 (patch)
treec3e2a7bdcc64f1d531bb420e25f117fa65e0c7bc /src/sc_editor.h
parent4f2a324e715ea835b6be56579d8f8380a9e7370d (diff)
WIP on breaks
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r--src/sc_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sc_editor.h b/src/sc_editor.h
index acbf9cf..289b56f 100644
--- a/src/sc_editor.h
+++ b/src/sc_editor.h
@@ -84,6 +84,7 @@ enum drag_status
struct _sceditor
{
GtkDrawingArea parent_instance;
+ PangoLanguage *lang;
/*< private >*/
GtkIMContext *im_context;