From 590634f29adaa2e240a3b8cbf899ab7b774a3783 Mon Sep 17 00:00:00 2001 From: Danny Baumann Date: Sat, 22 Sep 2007 14:14:48 +0200 Subject: Give function a more meaningful name. --- 3d.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to '3d.c') diff --git a/3d.c b/3d.c index 5c5dc08..03632ba 100644 --- a/3d.c +++ b/3d.c @@ -197,11 +197,11 @@ static Bool tdPaintWindow (CompWindow *w, unsigned int mask); static Bool -tdPaintWindowDepth (CompWindow *w, - const WindowPaintAttrib *attrib, - const CompTransform *transform, - Region region, - unsigned int mask) +tdPaintWindowWithDepth (CompWindow *w, + const WindowPaintAttrib *attrib, + const CompTransform *transform, + Region region, + unsigned int mask) { Bool wasCulled; Bool status; @@ -454,7 +454,8 @@ tdPaintWindow (CompWindow *w, { if (tdGetWidth (s)) { - status = tdPaintWindowDepth (w, attrib, transform, region, mask); + status = tdPaintWindowWithDepth (w, attrib, transform, + region, mask); } else { -- cgit v1.1