]> 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 7604f5657c77745a5092077e58577dc982b13e32..703fc3e3e0a17f21508818b2f68af9fd6b355d75 100644 (file)
@@ -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
 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.020843 seconds and 4 git commands to generate.