all repos — fluxbox @ 5a543f8d7c9ef71eb979f896c7de7cb631d21fd8

custom fork of the fluxbox windowmanager

moved StringUtil to FbTk
fluxgen fluxgen
commit

5a543f8d7c9ef71eb979f896c7de7cb631d21fd8

parent

6125c24401266effb90baf4b99d918bcdf29cad8

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

jump to
M src/FbTk/MenuTheme.ccsrc/FbTk/MenuTheme.cc

@@ -1,5 +1,5 @@

// MenuTheme.cc for FbTk -// Copyright (c) 2002 Henrik Kinnunen (fluxgen at users.sourceforge.net) +// Copyright (c) 2002-2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"),

@@ -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: MenuTheme.cc,v 1.6 2003/02/23 01:00:48 fluxgen Exp $ +// $Id: MenuTheme.cc,v 1.7 2003/04/26 22:10:53 fluxgen Exp $ #include "MenuTheme.hh"

@@ -27,8 +27,8 @@ #include "Color.hh"

#include "Texture.hh" #include "Font.hh" #include "App.hh" -//TODO change this -#include "../StringUtil.hh" +#include "StringUtil.hh" + #include <cstdio> namespace FbTk {