X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2FImage.cc;h=d8f725a24547384a82d3542ae347d63ee55285b9;hb=175a7e5d1c738c70ec157c05b5de9d404cfe2df5;hp=674fdeace13ef93283e2bcbfa35f3cec0111a429;hpb=01096f867493aed2efc2694c986811404288c1f1;p=chaz%2Fopenbox diff --git a/src/Image.cc b/src/Image.cc index 674fdeac..d8f725a2 100644 --- a/src/Image.cc +++ b/src/Image.cc @@ -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;