diff options
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; |