diff options
Diffstat (limited to 'libxo/xo.h')
-rw-r--r-- | libxo/xo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libxo/xo.h b/libxo/xo.h index 13023d3839b5..c39fa47e0db5 100644 --- a/libxo/xo.h +++ b/libxo/xo.h @@ -101,6 +101,8 @@ typedef unsigned long long xo_xof_flags_t; #define XOF_RETAIN_ALL XOF_BIT(30) /** Force use of XOEF_RETAIN */ #define XOF_RETAIN_NONE XOF_BIT(31) /** Prevent use of XOEF_RETAIN */ +#define XOF_COLOR_MAP XOF_BIT(32) /** Color map has been initialized */ + typedef unsigned xo_emit_flags_t; /* Flags to xo_emit() and friends */ #define XOEF_RETAIN (1<<0) /* Retain parsed formatting information */ |