]> Dogcows Code - chaz/openbox/blobdiff - render/color.h
simplify
[chaz/openbox] / render / color.h
index 7604f5657c77745a5092077e58577dc982b13e32..d620f8a486bded9593a5ab848d31d3cc4d121faf 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
@@ -37,6 +37,10 @@ struct _RrColor {
 
     gint key;
     gint refcount;
+
+#ifdef DEBUG
+    gint id;
+#endif
 };
 
 void RrColorAllocateGC(RrColor *in);
This page took 0.024871 seconds and 4 git commands to generate.