X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fxlockmore.h;h=b6ae538db35c125d0dee66e717ee2a1bf941fbb6;hp=1b19041dcc30a65c77ed3721fd59e19128864fb5;hb=8eb2873d7054e705c4e83f22d18c40946a9e2529;hpb=a1d41b2aa6e18bf9a49b914a99dda8232c5d7762 diff --git a/hacks/xlockmore.h b/hacks/xlockmore.h index 1b19041d..b6ae538d 100644 --- a/hacks/xlockmore.h +++ b/hacks/xlockmore.h @@ -77,10 +77,11 @@ ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.) #define MI_BATCHCOUNT(MI) ((MI)->batchcount) #define MI_SIZE(MI) ((MI)->size) #define MI_IS_DRAWN(MI) ((MI)->is_drawn) -#define MI_IS_DRAWN(MI) ((MI)->is_drawn) +#define MI_IS_FPS(MI) ((MI)->fps_p) #define MI_NCOLORS(MI) ((MI)->npixels) #define MI_NAME(MI) (progname) +#define MI_COLORMAP(MI) (MI_WIN_COLORMAP((MI))) #define MI_WIDTH(MI) (MI_WIN_WIDTH((MI))) #define MI_HEIGHT(MI) (MI_WIN_HEIGHT((MI))) #define MI_IS_ICONIC(MI) (MI_WIN_IS_ICONIC((MI)))