]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
Don't run actions in If in reverse order.
[chaz/openbox] / render / render.h
index 7053664daa32b7688f20b13f93d18b0e223f15a9..f7bc5041cb4a3fa374af51fc80eea638ea4e3470 100644 (file)
@@ -227,6 +227,9 @@ struct _RrAppearance {
 struct _RrImagePic {
     gint width, height;
     RrPixel32 *data;
+    /* The sum of all the pixels.  This is used to compare pictures if their
+       hashes match. */
+    gint sum;
 };
 
 /*! An RrImage is a sort of meta-image.  It can contain multiple versions of
This page took 0.02276 seconds and 4 git commands to generate.