Update of /cvsroot/blackboxwm/blackbox/util
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv7417/util
Modified Files:
bsetbg bsetroot.cc
Log Message:
apply patch from debian to compile with gcc 4.3.0
Index: bsetbg
===================================================================
RCS file: /cvsroot/blackboxwm/blackbox/util/bsetbg,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** bsetbg 22 Dec 2004 09:40:18 -0000 1.10
--- bsetbg 23 Apr 2008 05:48:07 -0000 1.11
***************
*** 1,3 ****
! #!/bin/sh
# Copyright (c) 2000-2002 Timothy M. King (tm...@lo...)
--- 1,3 ----
! #!/bin/bash
# Copyright (c) 2000-2002 Timothy M. King (tm...@lo...)
Index: bsetroot.cc
===================================================================
RCS file: /cvsroot/blackboxwm/blackbox/util/bsetroot.cc,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** bsetroot.cc 17 May 2007 18:57:28 -0000 1.52
--- bsetroot.cc 23 Apr 2008 05:48:07 -0000 1.53
***************
*** 28,31 ****
--- 28,32 ----
#include <Texture.hh>
+ #include <cstdlib>
#include <cctype>
***************
*** 34,37 ****
--- 35,39 ----
#include <stdlib.h>
+ #include <cstring>
// ignore all X errors
|