X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2FxlockmoreI.h;h=ef7b51d8a5d6d9d32ef639005bad0db3b67c2c47;hp=2813c754a7c8b79587b157cae39a06ffcaf5c976;hb=3d9140a05b5272fed0883a0af0a71e30ef44d47f;hpb=ebc241816cc8e3eec7270a594bb1a607df32bcd6 diff --git a/hacks/xlockmoreI.h b/hacks/xlockmoreI.h index 2813c754..ef7b51d8 100644 --- a/hacks/xlockmoreI.h +++ b/hacks/xlockmoreI.h @@ -1,5 +1,5 @@ /* xlockmore.h --- xscreensaver compatibility layer for xlockmore modules. - * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski + * xscreensaver, Copyright (c) 1997, 1998, 2001 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -70,6 +70,8 @@ typedef struct ModeInfo { Bool wireframe_p; Bool is_drawn; + Bool fps_p; + #ifdef HAVE_XSHM_EXTENSION Bool use_shm; XShmSegmentInfo shm_info; @@ -107,6 +109,7 @@ extern void xlockmore_screenhack (Display *dpy, Window window, Bool want_bright_colors, void (*hack_init) (ModeInfo *), void (*hack_draw) (ModeInfo *), + void (*hack_reshape) (ModeInfo *, int, int), void (*hack_free) (ModeInfo *)); #endif /* __XLOCKMORE_INTERNAL_H__ */