swrast: Header style cleanup

* Functions are pushed out one tab due to
  very long types
This commit is contained in:
Alexander von Gluck IV
2012-03-30 13:07:53 -05:00
parent 065cba5314
commit 21e0911b7d
@@ -85,12 +85,12 @@ private:
GLchan fClearColor[4]; // buffer clear color GLchan fClearColor[4]; // buffer clear color
GLuint fClearIndex; // buffer clear color index GLuint fClearIndex; // buffer clear color index
GLuint fWidth, fNewWidth;
GLuint fHeight, fNewHeight;
color_space fColorSpace;
//GLvoid* fRowAddr[MAX_HEIGHT]; GLuint fWidth;
// address of first pixel in each image row GLuint fHeight;
GLuint fNewWidth;
GLuint fNewHeight;
color_space fColorSpace;
}; };
#endif // MESASOFTWARERENDERER_H #endif // MESASOFTWARERENDERER_H