X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=render%2Fcolor.h;h=703fc3e3e0a17f21508818b2f68af9fd6b355d75;hb=33c469f4535a6b92917539feae189945a777da68;hp=7604f5657c77745a5092077e58577dc982b13e32;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/render/color.h b/render/color.h index 7604f565..703fc3e3 100644 --- a/render/color.h +++ b/render/color.h @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- color.h for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -29,14 +29,18 @@ struct _RrColor { const RrInstance *inst; - int r; - int g; - int b; - unsigned long pixel; + gint r; + gint g; + gint b; + gulong pixel; GC gc; gint key; gint refcount; + +#ifdef DEBUG + gint id; +#endif }; void RrColorAllocateGC(RrColor *in);