X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fcage.c;h=27ea8030d65ff176af9e86268d9b56ab123c98ca;hb=de041722414a2e31c1c04caa10aaec9d6952e9b4;hp=2a831893f7524941d29578855a184aecc3f3eb13;hpb=df053bcb240bd8d82e3bebf48a9766a8728bca4b;p=xscreensaver diff --git a/hacks/glx/cage.c b/hacks/glx/cage.c index 2a831893..27ea8030 100644 --- a/hacks/glx/cage.c +++ b/hacks/glx/cage.c @@ -38,9 +38,7 @@ static const char sccsid[] = "@(#)cage.c 4.07 98/01/04 xlockmore"; * Since I'm not a native English speaker, my apologies for any grammatical * mistake. * - * My e-mail addresses are - * vianna@cat.cbpf.br - * and + * My e-mail address is * m-vianna@usa.net * * Marcelo F. Vianna (Jun-01-1997) @@ -86,7 +84,7 @@ static const char sccsid[] = "@(#)cage.c 4.07 98/01/04 xlockmore"; # define HACK_DRAW draw_cage # define cage_opts xlockmore_opts # define DEFAULTS "*cycles: 1 \n" \ - "*delay: 1000 \n" \ + "*delay: 20000 \n" \ "*wireframe: False \n" # include "xlockmore.h" /* from the xscreensaver distribution */ #else /* !STANDALONE */ @@ -392,6 +390,8 @@ draw_cage(ModeInfo * mi) Display *display = MI_DISPLAY(mi); Window window = MI_WINDOW(mi); + MI_IS_DRAWN(mi) = True; + if (!cp->glx_context) return;