diff options
author | Dennis Kasprzyk <onestone@opencompositing.org> | 2008-01-27 20:40:48 +0100 |
---|---|---|
committer | Dennis kasprzyk <onestone@opencompositing.org> | 2008-01-27 20:40:48 +0100 |
commit | 59e03c1b5ade27844ed1250b650e59e0d23c587e (patch) | |
tree | 858a68e5ffdcd2423b255e72b5ce047d9b8e0daa /3d.c | |
parent | c1fa7516723c5b26bf5cdf80332099cc10c2b71d (diff) | |
download | 3d-59e03c1b5ade27844ed1250b650e59e0d23c587e.tar.gz 3d-59e03c1b5ade27844ed1250b650e59e0d23c587e.tar.bz2 |
Whitespace
Diffstat (limited to '3d.c')
-rw-r--r-- | 3d.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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; |