diff options
Diffstat (limited to 'render/render.h')
| -rw-r--r-- | render/render.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/render/render.h b/render/render.h index 5f145083..69050597 100644 --- a/render/render.h +++ b/render/render.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 |
