diff options
author | Thomas White <taw@bitwiz.org.uk> | 2015-11-08 23:12:50 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2015-11-08 23:12:50 +0100 |
commit | 9fa18b75c1354989dabf682788b9ea41fe28c707 (patch) | |
tree | c3e2a7bdcc64f1d531bb420e25f117fa65e0c7bc /src/sc_editor.h | |
parent | 4f2a324e715ea835b6be56579d8f8380a9e7370d (diff) |
WIP on breaks
Diffstat (limited to 'src/sc_editor.h')
-rw-r--r-- | src/sc_editor.h | 1 |
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; |