]> Dogcows Code - chaz/openbox/blobdiff - otk/color.hh
epist alt-tab works now! i.e. NET_ACTIVE_WINDOW is working
[chaz/openbox] / otk / color.hh
index 387c81bf109775625c514dba24279f26cfaa4f89..cbbff6468e95e7f75ab37d7de8d5b591306d322b 100644 (file)
@@ -40,7 +40,9 @@ public:
   unsigned long pixel(void) const;
 
   // operators
+#ifndef SWIG
   BColor &operator=(const BColor &c);
+#endif
   inline bool operator==(const BColor &c) const
   { return (r == c.r && b == c.b && b == c.b); }
   inline bool operator!=(const BColor &c) const
This page took 0.023842 seconds and 4 git commands to generate.