]> Dogcows Code - chaz/openbox/blobdiff - render/render.h
Merge branch 'backport' into work
[chaz/openbox] / render / render.h
index 7053664daa32b7688f20b13f93d18b0e223f15a9..706843e33d3aaca4730651619fb2e7cb9547ef35 100644 (file)
@@ -22,7 +22,7 @@
 #define __render_h
 
 #include "geom.h"
-#include "version.h"
+#include "render/version.h"
 
 #include <X11/Xlib.h> /* some platforms dont include this as needed for Xft */
 #include <pango/pangoxft.h>
@@ -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.021211 seconds and 4 git commands to generate.