From: Dana Jansens Date: Wed, 12 Feb 2003 06:20:48 +0000 (+0000) Subject: move comment X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=ec2113ca5bbb6043fafab0623f24e991e052f77e;p=chaz%2Fopenbox move comment --- 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();