X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fglx%2Fglblur.c;h=5504e39b92d0d47de88f3538f448d14ffb76cf7c;hb=4cecfc89e5e889c7232693897c06168fb378bd5c;hp=2ed914f10760ce99d09b04f181f93a8e4f6e3792;hpb=c28aecf9fc41e3a03494bacf7279745425e2fa18;p=xscreensaver diff --git a/hacks/glx/glblur.c b/hacks/glx/glblur.c index 2ed914f1..5504e39b 100644 --- a/hacks/glx/glblur.c +++ b/hacks/glx/glblur.c @@ -327,7 +327,7 @@ overlay_blur_texture (ModeInfo *mi) { glColor4f (1, 1, 1, alpha); glTexCoord2f (0+spost, 1-spost); glVertex2f (0, 0); - glTexCoord2f (0+spost, 0+spost); glVertex2f (0, w); + glTexCoord2f (0+spost, 0+spost); glVertex2f (0, h); glTexCoord2f (1-spost, 0+spost); glVertex2f (w, h); glTexCoord2f (1-spost, 1-spost); glVertex2f (w, 0); spost += inc;