]> Dogcows Code - chaz/openbox/blobdiff - src/Image.cc
sync with bb-cvs
[chaz/openbox] / src / Image.cc
index 674fdeace13ef93283e2bcbfa35f3cec0111a429..d8f725a24547384a82d3542ae347d63ee55285b9 100644 (file)
@@ -41,7 +41,7 @@ using std::min;
 #include "Texture.hh"
 
 
-BImage::BImage(BImageControl *c, unsigned int w, unsigned int h) {
+BImage::BImage(BImageControl *c, int w, int h) {
   control = c;
 
   width = (w > 0) ? w : 1;
This page took 0.023729 seconds and 4 git commands to generate.