X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.h;h=d620f8a486bded9593a5ab848d31d3cc4d121faf;hb=7043ce904bd0699df4c2d2c94333d911a06b7445;hp=ed689815fb3b27639af7f85e5da1ed1b2f494908;hpb=16f46c296d1fcd3f27fc62a18e71c55fb3fd3e88;p=chaz%2Fopenbox diff --git a/render/color.h b/render/color.h index ed689815..d620f8a4 100644 --- a/render/color.h +++ b/render/color.h @@ -37,6 +37,10 @@ struct _RrColor { gint key; gint refcount; + +#ifdef DEBUG + gint id; +#endif }; void RrColorAllocateGC(RrColor *in);