X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fxlockmore.h;h=c3e44705225b4cd8efedbc96bc671c70c57c38ca;hb=de041722414a2e31c1c04caa10aaec9d6952e9b4;hp=d39119abd38e40968a13ed1d85d8ce8161e3ea0d;hpb=df7adbee81405e2849728a24b498ad2117784b1f;p=xscreensaver diff --git a/hacks/xlockmore.h b/hacks/xlockmore.h index d39119ab..c3e44705 100644 --- a/hacks/xlockmore.h +++ b/hacks/xlockmore.h @@ -35,6 +35,8 @@ ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.) #ifdef USE_GL # include extern GLXContext *init_GL (ModeInfo *); + extern void clear_gl_error (void); + extern void check_gl_error (const char *type); # define FreeAllGL(dpy) /* */ #endif @@ -90,6 +92,7 @@ ERROR! Sorry, xlockmore.h requires ANSI C (gcc, for example.) #define MI_IS_VERBOSE(MI) (MI_WIN_IS_VERBOSE(MI)) #define MI_IS_INSTALL(MI) (MI_WIN_IS_INSTALL(MI)) #define MI_IS_DEBUG(MI) (False) +#define MI_IS_MOUSE(MI) (False) #define MI_CLEARWINDOW(mi) XClearWindow(MI_DISPLAY(mi), MI_WINDOW(mi))