X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fcubestorm.c;h=d793111218bc589516ea4db71436d271d185fcae;hb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;hp=1eb3073aa70847d94ccffd161d99e293c96cbe37;hpb=6b1c86cf395f59389e4ece4ea8f4bea2c332745b;p=xscreensaver diff --git a/hacks/glx/cubestorm.c b/hacks/glx/cubestorm.c index 1eb3073a..d7931112 100644 --- a/hacks/glx/cubestorm.c +++ b/hacks/glx/cubestorm.c @@ -250,10 +250,12 @@ init_cube (ModeInfo *mi) fprintf(stderr, "%s: out of memory\n", progname); exit(1); } - - bp = &bps[MI_SCREEN(mi)]; } +# ifdef HAVE_JWZGLES + dbuf_p = True; +# endif + bp = &bps[MI_SCREEN(mi)]; bp->glx_context = init_GL(mi);