diff --git a/src/compositor.c b/src/compositor.c index 4ebbf9ab..524c30c5 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -1634,6 +1634,9 @@ redraw_glx_texture (ScreenInfo *screen_info, XserverRegion region, gushort buffe double x = XFixedToDouble (xp) / (screen_info->width * zoom); double y = XFixedToDouble (yp) / (screen_info->height * zoom); + glTexParameteri(screen_info->texture_type, + GL_TEXTURE_MIN_FILTER, + screen_info->texture_filter); glTexParameteri(screen_info->texture_type, GL_TEXTURE_MAG_FILTER, screen_info->texture_filter);