X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fhydrostat.c;fp=hacks%2Fglx%2Fhydrostat.c;h=2254483784460a9111ad392c82ff5556e70bfb24;hp=776df0a7db3229ef4a222199d6f723ccd17fc7f2;hb=39809ded547bdbb08207d3e514950425215b4410;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba diff --git a/hacks/glx/hydrostat.c b/hacks/glx/hydrostat.c index 776df0a7..22544837 100644 --- a/hacks/glx/hydrostat.c +++ b/hacks/glx/hydrostat.c @@ -33,7 +33,6 @@ "*wireframe: False \n" \ "*suppressRotationAnimation: True\n" \ -# define refresh_hydrostat 0 # define release_hydrostat 0 #undef countof #define countof(x) (sizeof((x))/sizeof((*x))) @@ -641,8 +640,6 @@ hydrostat_handle_event (ModeInfo *mi, XEvent *event) } -static void free_hydrostat (ModeInfo *mi); - ENTRYPOINT void init_hydrostat (ModeInfo *mi) { @@ -650,7 +647,7 @@ init_hydrostat (ModeInfo *mi) hydrostat_configuration *bp; int i; - MI_INIT (mi, bps, free_hydrostat); + MI_INIT (mi, bps); bp = &bps[MI_SCREEN(mi)]; @@ -759,7 +756,7 @@ draw_hydrostat (ModeInfo *mi) } -static void +ENTRYPOINT void free_hydrostat (ModeInfo *mi) { hydrostat_configuration *bp = &bps[MI_SCREEN(mi)];