X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ftruerendercontrol.cc;h=1d5b8dc44bc37b3e327a699e3fda5a89c54aebaa;hb=dca8c61a91cab29128a72f252b70f4bd9f7786ff;hp=47c97aa188826c870e7e803237fa91a5b02a549e;hpb=325a909dcdf5faa3a1cd5d30c45f2cda77c5ab4c;p=chaz%2Fopenbox 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();