--- np2/x11/np2.h 2007/01/12 16:41:25 1.14 +++ np2/x11/np2.h 2007/01/12 19:09:58 1.15 @@ -61,6 +61,8 @@ typedef struct { BYTE mouse_move_ratio; BYTE disablemmx; + BYTE drawinterp; + BYTE F11KEY; } NP2OSCFG; @@ -77,6 +79,13 @@ enum { MMXFLAG_NOTSUPPORT = 2 }; +enum { + INTERP_NEAREST = 0, + INTERP_TILES = 1, + INTERP_BILINEAR = 2, + INTERP_HYPER = 3 +}; + #ifdef __cplusplus extern "C" { #endif