X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fforest.c;fp=hacks%2Fforest.c;h=38a480d9351fcbf76b7ea34baeff94bcedafa90b;hp=bd1e0cea694d389bfa4be2f4ac38d2a79f458124;hb=39809ded547bdbb08207d3e514950425215b4410;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba diff --git a/hacks/forest.c b/hacks/forest.c index bd1e0cea..38a480d9 100644 --- a/hacks/forest.c +++ b/hacks/forest.c @@ -32,7 +32,7 @@ "*fpsSolid: true \n" \ # include "xlockmore.h" /* from the xscreensaver distribution */ -# define refresh_trees 0 +# define free_trees 0 # define release_trees 0 # define reshape_trees 0 # define trees_handle_event 0 @@ -113,7 +113,7 @@ init_trees(ModeInfo * mi) XSetForeground(display, gc, colors[1].pixel); } - MI_INIT (mi, trees, 0); + MI_INIT (mi, trees); XClearWindow(display, MI_WINDOW(mi)); XSetLineAttributes(display, gc, 2, LineSolid, CapButt, JoinMiter);