--- fluxbox-0.9.6pre1/util/fbrun/FbRun.cc.orig 2003-08-27 10:04:12.000000000 -0400 +++ fluxbox-0.9.6pre1/util/fbrun/FbRun.cc 2004-05-07 15:14:27.000000000 -0400 @@ -194,7 +194,7 @@ setName(title.c_str()); } -void FbRun::resize(size_t width, size_t height) { +void FbRun::resize(unsigned int width, unsigned int height) { FbTk::TextBox::resize(width, height); setNoMaximize(); }