]> Dogcows Code - chaz/openbox/blobdiff - src/Image.h
adding Geometry classes: Point, Size, and Rect
[chaz/openbox] / src / Image.h
index 249f2672c4b13f499b281fd4ecb1e0b5aa77d1ef..4be1d7bfcd3288920d99ba1607cd55cff6473180 100644 (file)
@@ -230,8 +230,8 @@ public:
                           unsigned int **, unsigned int **);
   void setDither(Bool d) { dither = d; }
   void setColorsPerChannel(int);
-  void parseTexture(BTexture *, char *);
-  void parseColor(BColor *, char * = 0);
+  void parseTexture(BTexture *, const char *);
+  void parseColor(BColor *, const char * = 0);
 
   virtual void timeout(void);
 };
This page took 0.020032 seconds and 4 git commands to generate.