X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2FxlockmoreI.h;h=500de7a4c1ff970e528c653001ca65b240a163ec;hp=ad1ac8d2dfc49d8b530254675cf9c7fe1aec4fdf;hb=13dbc569cdc6e29019722c0ef9b932a925efbcad;hpb=3f9592851ce4ed76a9979bfdd6ec7dc5c457e183 diff --git a/hacks/xlockmoreI.h b/hacks/xlockmoreI.h index ad1ac8d2..500de7a4 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, 2001 Jamie Zawinski + * xscreensaver, Copyright (c) 1997-2002 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 @@ -108,9 +108,12 @@ extern void xlockmore_screenhack (Display *dpy, Window window, Bool want_uniform_colors, Bool want_smooth_colors, Bool want_bright_colors, + unsigned long event_mask, void (*hack_init) (ModeInfo *), void (*hack_draw) (ModeInfo *), void (*hack_reshape) (ModeInfo *, int, int), + Bool (*hack_handle_events) (ModeInfo *, + XEvent *), void (*hack_free) (ModeInfo *)); #endif /* __XLOCKMORE_INTERNAL_H__ */