Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 209036 | Differences between
and this patch

Collapse All | Expand All

(-)src/recodext.h (-2 / +2 lines)
Lines 215-224 Link Here
215
    struct recode_single *unsurfacer;
215
    struct recode_single *unsurfacer;
216
216
217
    /* Non zero if this is an acceptable charset (not only a surface).  */
217
    /* Non zero if this is an acceptable charset (not only a surface).  */
218
    enum recode_symbol_type type : 3;
218
    enum recode_symbol_type type : 2;
219
219
220
    /* Non zero if this one should be ignored.  */
220
    /* Non zero if this one should be ignored.  */
221
    bool ignore : 2;
221
    bool ignore : 1;
222
  };
222
  };
223
223
224
struct recode_surface_list
224
struct recode_surface_list

Return to bug 209036