[PATCH xserver 3/4] glamor: Fix compilation with NO_FBO_CACHE

Max Staudt mstaudt at suse.de
Fri Jul 15 13:46:23 UTC 2016


Signed-off-by: Max Staudt <mstaudt at suse.de>
---
 glamor/glamor_fbo.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/glamor/glamor_fbo.c b/glamor/glamor_fbo.c
index b27f652..733c3a8 100644
--- a/glamor/glamor_fbo.c
+++ b/glamor/glamor_fbo.c
@@ -164,7 +164,7 @@ glamor_pixmap_fbo_cache_put(glamor_screen_private *glamor_priv,
     int n_format;
 
 #ifdef NO_FBO_CACHE
-    glamor_purge_fbo(fbo);
+    glamor_purge_fbo(glamor_priv, fbo);
     return;
 #else
     n_format = cache_format(fbo->format);
-- 
2.6.6



More information about the xorg-devel mailing list