cosmetic white-space-stuff and/or copyright dates

This commit is contained in:
mathias 2005-02-07 13:46:55 +00:00
parent 8e33dad39f
commit 703fc0b0ee
4 changed files with 13 additions and 12 deletions

View file

@ -1,5 +1,5 @@
// FbDrawable.hh for FbTk - Fluxbox ToolKit
// Copyright (c) 2003-2005 Henrik Kinnunen (fluxgen at fluxbox dot org)
// Copyright (c) 2003 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),

View file

@ -352,6 +352,7 @@ void Font::setAntialias(bool flag) {
}
bool Font::load(const std::string &name) {
if (name.size() == 0)
return false;
// default values for font options

View file

@ -1,5 +1,5 @@
// Font.cc for FbTk
// Copyright (c) 2002-2004 Henrik Kinnunen (fluxgen at fluxbox dot org)
// Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),

View file

@ -1,5 +1,5 @@
// Theme.hh for FbTk - Fluxbox ToolKit
// Copyright (c) 2002 - 2003 Henrik Kinnunen (fluxgen at fluxbox dot org)
// Copyright (c) 2002 - 2005 Henrik Kinnunen (fluxgen at fluxbox dot org)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this software and associated documentation files (the "Software"),