X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftopblock.c;h=ef3ca0623206e398a7b2527517e3a69dd36c0252;hp=90076fb8d64ddea0f845c9add6a29164d502ae03;hb=f0261d8acab611f3433160e4f07367b870439739;hpb=7b34ef992563d7bcbb64cc5597dc45fa24470b05 diff --git a/hacks/glx/topblock.c b/hacks/glx/topblock.c index 90076fb8..ef3ca062 100644 --- a/hacks/glx/topblock.c +++ b/hacks/glx/topblock.c @@ -1,4 +1,4 @@ -/* topblock, Copyright (c) 2006-2008 +/* topblock, Copyright (c) 2006-2009 * rednuht * * Permission to use, copy, modify, distribute, and sell this software and its @@ -231,8 +231,6 @@ init_topBlock (ModeInfo *mi) dropSpeed = 80/dropSpeed; dropSpeed = (blockHeight/dropSpeed); - tb->glx_context = init_GL(mi); - reshape_topBlock (mi, MI_WIDTH(mi), MI_HEIGHT(mi)); if (0==1) { glClearColor(1.0f, 1.0f, 1.0f, 0.5f);