diff options
author | raveit65 <[email protected]> | 2017-03-08 13:54:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-08 16:08:00 +0100 |
commit | cc735a639e2a49fabfd46cde007f84c36472e8d3 (patch) | |
tree | 732c8fe95069494a841189872314ec6b0d40ab6f /font-viewer/font-model.h | |
parent | 224684d1ba9cc7583992746adbce3b2273bc112e (diff) | |
download | mate-control-center-cc735a639e2a49fabfd46cde007f84c36472e8d3.tar.bz2 mate-control-center-cc735a639e2a49fabfd46cde007f84c36472e8d3.tar.xz |
font-viewer font-model: Support TTC fonts
https://bugzilla.gnome.org/show_bug.cgi?id=752005
taken from:
https://git.gnome.org/browse/gnome-font-viewer/commit/?id=e512b0b
Diffstat (limited to 'font-viewer/font-model.h')
-rw-r--r-- | font-viewer/font-model.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/font-viewer/font-model.h b/font-viewer/font-model.h index 68394ae5..2cbda533 100644 --- a/font-viewer/font-model.h +++ b/font-viewer/font-model.h @@ -33,6 +33,7 @@ G_BEGIN_DECLS typedef enum { COLUMN_NAME, COLUMN_PATH, + COLUMN_FACE_INDEX, COLUMN_ICON, COLUMN_COLLATION_KEY, NUM_COLUMNS |