X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fpetri.c;h=860d0349e95e39cb28a293f2f77086e6641bba77;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hp=275fb42c83740304dfd2470b93bae72d91028cd5;hpb=07faf451b99879183ed7e909e43a0e065be1ee7f;p=xscreensaver diff --git a/hacks/petri.c b/hacks/petri.c index 275fb42c..860d0349 100644 --- a/hacks/petri.c +++ b/hacks/petri.c @@ -243,7 +243,6 @@ static void setup_display (struct state *st) { XWindowAttributes xgwa; - Colormap cmap; int cell_size = get_integer_resource (st->dpy, "size", "Integer"); int osize, alloc_size, oalloc; @@ -398,8 +397,6 @@ setup_display (struct state *st) st->mindeathspeed *= st->diaglim; st->maxdeathspeed *= st->diaglim; - cmap = xgwa.colormap; - st->windowWidth = xgwa.width; st->windowHeight = xgwa.height; @@ -718,6 +715,7 @@ petri_free (Display *dpy, Window window, void *closure) static const char *petri_defaults [] = { ".background: black", ".foreground: white", + "*fpsSolid: true", "*delay: 10000", "*count: 20", "*size: 2",