put new things at the bottom of the struct

This commit is contained in:
Dana Jansens 2007-06-10 23:07:36 +00:00
parent 94a2a4d67e
commit fc2e419a8a

View file

@ -117,14 +117,14 @@ struct _RrSurface {
RrColor *bevel_dark; RrColor *bevel_dark;
RrColor *bevel_light; RrColor *bevel_light;
RrColor *interlace_color; RrColor *interlace_color;
gint bevel_dark_adjust; /* 0-255, default is 64 */
gint bevel_light_adjust; /* 0-255, default is 128 */
gboolean interlaced; gboolean interlaced;
gboolean border; gboolean border;
RrAppearance *parent; RrAppearance *parent;
gint parentx; gint parentx;
gint parenty; gint parenty;
RrPixel32 *pixel_data; RrPixel32 *pixel_data;
gint bevel_dark_adjust; /* 0-255, default is 64 */
gint bevel_light_adjust; /* 0-255, default is 128 */
}; };
struct _RrTextureText { struct _RrTextureText {