]> Dogcows Code - chaz/openbox/blobdiff - render/color.h
a more proper fix for the client list menu trying to activate a closed client, no...
[chaz/openbox] / render / color.h
index ed689815fb3b27639af7f85e5da1ed1b2f494908..703fc3e3e0a17f21508818b2f68af9fd6b355d75 100644 (file)
 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);
This page took 0.026218 seconds and 4 git commands to generate.