From 59e03c1b5ade27844ed1250b650e59e0d23c587e Mon Sep 17 00:00:00 2001 From: Dennis Kasprzyk Date: Sun, 27 Jan 2008 20:40:48 +0100 Subject: Whitespace --- 3d.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '3d.c') diff --git a/3d.c b/3d.c index 0ea3a65..f3a6a99 100644 --- a/3d.c +++ b/3d.c @@ -283,13 +283,13 @@ tdPaintWindowWithDepth (CompWindow *w, glBlendFunc (GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); if (w->id == s->display->activeWindow) - c = tdGetWidthColor(s); + c = tdGetWidthColor (s); else - c = tdGetWidthColorInactive(s); + c = tdGetWidthColorInactive (s); temp = c[3] * w->paint.opacity; temp /= 0xffff; - glColor4us(c[0],c[1],c[2],temp); + glColor4us (c[0], c[1], c[2], temp); point.z = 0.0f; point.w = 1.0f; -- cgit v1.1