]> Dogcows Code - chaz/openbox/blobdiff - src/Image.hh
Take menu file from rc file if it isn't specified on the command line.
[chaz/openbox] / src / Image.hh
index 0e82456cfe6e32f95b3cefafd204ea83d4735e59..94cb3c6015507ef2b1527411cb154d16d41be4e6 100644 (file)
@@ -66,6 +66,7 @@ private:
   void invert(void);
   void bevel1(void);
   void bevel2(void);
+  void border(const BTexture &texture);
   void dgradient(void);
   void egradient(void);
   void hgradient(void);
@@ -77,7 +78,7 @@ private:
 
 
 public:
-  BImage(BImageControl *c, unsigned int w, unsigned int h);
+  BImage(BImageControl *c, int w, int h);
   ~BImage(void);
 
   Pixmap render(const BTexture &texture);
This page took 0.024801 seconds and 4 git commands to generate.