all repos — fluxbox @ 80161fc208431b0c2ed4265b788af0713401f133

custom fork of the fluxbox windowmanager

moved XrmDatabaseHelper to FbTk
fluxgen fluxgen
commit

80161fc208431b0c2ed4265b788af0713401f133

parent

e2170d50cf924c8e69025adfdcd4e3c262ed60be

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

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

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

// Theme.cc for FbTk - Fluxbox ToolKit -// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org) +// 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,11 +19,11 @@ // 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: Theme.cc,v 1.4 2003/05/08 15:10:57 fluxgen Exp $ +// $Id: Theme.cc,v 1.5 2003/05/18 22:12:25 fluxgen Exp $ #include "Theme.hh" -#include "../XrmDatabaseHelper.hh" +#include "XrmDatabaseHelper.hh" #include "Font.hh" #include "Color.hh" #include "Texture.hh"
M src/FbTk/Theme.hhsrc/FbTk/Theme.hh

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

// Theme.hh for FbTk - Fluxbox ToolKit -// Copyright (c) 2002 Henrik Kinnunen (fluxgen at linuxmail.org) +// 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: Theme.hh,v 1.3 2003/04/25 18:13:29 fluxgen Exp $ +// $Id: Theme.hh,v 1.4 2003/05/18 22:12:23 fluxgen Exp $ /** @file holds ThemeItem<T>, Theme and ThemeManager which is the base for any theme

@@ -32,7 +32,7 @@ #include <string>

#include <list> #include <string> -#include "../XrmDatabaseHelper.hh" +#include "XrmDatabaseHelper.hh" namespace FbTk {