Missing parameter to DEBUGF in glamor_pixmap_fbo_cache_get
Signed-off-by: Keith Packard <[email protected]>
---
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 090dfd8..09459d1 100644
--- a/glamor/glamor_fbo.c
+++ b/glamor/glamor_fbo.c
@@ -94,7 +94,7 @@ glamor_pixmap_fbo_cache_get(glamor_screen_private
*glamor_priv,
DEBUGF("Request w %d h %d format %x \n", w, h, format);
DEBUGF("got cache entry %p w %d h %d fbo %d tex %d format
%x\n",
fbo_entry, fbo_entry->width, fbo_entry->height,
- fbo_entry->fb, fbo_entry->tex);
+ fbo_entry->fb, fbo_entry->tex, fbo_entry->format);
xorg_list_del(&fbo_entry->list);
ret_fbo = fbo_entry;
break;
--
2.0.1
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel