]> Dogcows Code - chaz/openbox/commitdiff
put new things at the bottom of the struct
authorDana Jansens <danakj@orodu.net>
Sun, 10 Jun 2007 23:07:36 +0000 (23:07 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 10 Jun 2007 23:07:36 +0000 (23:07 +0000)
render/render.h

index 8731c8524771a7fdcfb37c74fa432cdec5b157a7..cf0f7eddbf45eaba28c56063bf3dd919bc92bbb0 100644 (file)
@@ -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 {
This page took 0.02176 seconds and 4 git commands to generate.