all repos — fluxbox @ 70b0a14fd1deb34b5f97e6c86e17d560d857a377

custom fork of the fluxbox windowmanager

nothrow in header new
fluxgen fluxgen
commit

70b0a14fd1deb34b5f97e6c86e17d560d857a377

parent

dcafcfa17d90412e83923d67e95df96dab46d333

3 files changed, 7 insertions(+), 3 deletions(-)

jump to
M src/Ewmh.ccsrc/Ewmh.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: Ewmh.cc,v 1.5 2002/11/23 14:54:50 rathnor Exp $ +// $Id: Ewmh.cc,v 1.6 2002/11/26 19:49:40 fluxgen Exp $ #include "Ewmh.hh"

@@ -28,6 +28,7 @@ #include "Window.hh"

#include "fluxbox.hh" #include <iostream> +#include <new> using namespace std; Ewmh::Ewmh() {
M src/FbTk/XFontImp.ccsrc/FbTk/XFontImp.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: XFontImp.cc,v 1.1 2002/11/26 16:01:27 fluxgen Exp $ +// $Id: XFontImp.cc,v 1.2 2002/11/26 19:48:17 fluxgen Exp $ #include "XFontImp.hh" #include "App.hh"

@@ -27,7 +27,9 @@

#include <X11/Xutil.h> #include <iostream> +#include <new> using namespace std; + namespace FbTk { XFontImp::XFontImp(const char *fontname):m_rotfont(0), m_fontstruct(0),
M src/Gnome.ccsrc/Gnome.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: Gnome.cc,v 1.4 2002/10/16 19:06:51 fluxgen Exp $ +// $Id: Gnome.cc,v 1.5 2002/11/26 19:49:40 fluxgen Exp $ #include "Gnome.hh"

@@ -27,6 +27,7 @@ #include "Window.hh"

#include "Screen.hh" #include <iostream> +#include <new> using namespace std; Gnome::Gnome() {