From: Dana Jansens Date: Sun, 10 Jun 2007 23:07:36 +0000 (+0000) Subject: put new things at the bottom of the struct X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=fc2e419a8a545fc6262ebd45f6d3f1127a0ef013;p=chaz%2Fopenbox put new things at the bottom of the struct --- diff --git a/render/render.h b/render/render.h index 8731c852..cf0f7edd 100644 --- a/render/render.h +++ b/render/render.h @@ -117,14 +117,14 @@ struct _RrSurface { RrColor *bevel_dark; RrColor *bevel_light; RrColor *interlace_color; - gint bevel_dark_adjust; /* 0-255, default is 64 */ - gint bevel_light_adjust; /* 0-255, default is 128 */ gboolean interlaced; gboolean border; RrAppearance *parent; gint parentx; gint parenty; RrPixel32 *pixel_data; + gint bevel_dark_adjust; /* 0-255, default is 64 */ + gint bevel_light_adjust; /* 0-255, default is 128 */ }; struct _RrTextureText {