summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.cc
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-02-12 06:20:48 +0000
committerDana Jansens <danakj@orodu.net>2003-02-12 06:20:48 +0000
commitec2113ca5bbb6043fafab0623f24e991e052f77e (patch)
treef1a9745926b776093fcfda63aac9b9a351d13ac1 /otk/truerendercontrol.cc
parent7a2a461582fe5213c1b24c86c8fef9dc18d5b60f (diff)
move comment
Diffstat (limited to 'otk/truerendercontrol.cc')
-rw-r--r--otk/truerendercontrol.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc
index 47c97aa1..1d5b8dc4 100644
--- a/otk/truerendercontrol.cc
+++ b/otk/truerendercontrol.cc
@@ -56,7 +56,7 @@ TrueRenderControl::~TrueRenderControl()
void TrueRenderControl::reduceDepth(Surface &sf, XImage *im) const
{
-// since pixel32 is the largest possible pixel size, we can share the array
+ // since pixel32 is the largest possible pixel size, we can share the array
int r, g, b;
int x,y;
pixel32 *data = sf.pixelData();