From 5bb5839ff76e7b6c224d8ce6b4bcbdf3c1253271 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 12 Nov 2014 15:14:24 -0600 Subject: Fix compilation errors from changed compton API --- twin/compton-tde/compton.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twin/compton-tde/compton.c b/twin/compton-tde/compton.c index f49518b7b..375a95630 100644 --- a/twin/compton-tde/compton.c +++ b/twin/compton-tde/compton.c @@ -2100,11 +2100,11 @@ paint_all(session_t *ps, XserverRegion region, XserverRegion region_real, win *t { if (w->show_root_tile) { glx_render(ps, ps->root_tile_paint.ptex, w->a.x, w->a.y, w->a.x, w->a.y, w->widthb, w->heightb, - ps->glx_z, 1.0, false, reg_paint, &cache_reg); + ps->psglx->z, 1.0, false, false, reg_paint, &cache_reg, NULL); } else if (w->show_black_background) { glx_render_specified_color(ps, 0, w->a.x, w->a.y, w->widthb, w->heightb, - ps->glx_z, reg_paint, &cache_reg); + ps->psglx->z, reg_paint, &cache_reg); } break; } -- cgit v1.2.3