all repos — fluxbox @ 41cf43a02d455d62790f5c1189c8ce2be6a6d97a

custom fork of the fluxbox windowmanager

portability fix
rathnor rathnor
commit

41cf43a02d455d62790f5c1189c8ce2be6a6d97a

parent

9859cc53d0489494536221c3b95078dddc583e61

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M util/fbrun/FbRun.ccutil/fbrun/FbRun.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbRun.cc,v 1.20 2003/09/06 15:50:25 fluxgen Exp $ +// $Id: FbRun.cc,v 1.21 2003/09/16 14:49:49 rathnor Exp $ #include "FbRun.hh"

@@ -195,7 +195,7 @@ void FbRun::setTitle(const string &title) {

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(); }