From 69a4f16e5fba81f4124937758a86f0d3d7a02463 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Tue, 18 Dec 2001 00:01:34 +0000 Subject: update --- src/BaseDisplay.hh | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/BaseDisplay.hh b/src/BaseDisplay.hh index 9148eff..84ae92e 100644 --- a/src/BaseDisplay.hh +++ b/src/BaseDisplay.hh @@ -1,3 +1,6 @@ +// BaseDisplay.hh for Fluxbox +// Copyright (c) 2001 Henrik Kinnunen (fluxgen@linuxmail.org +// // BaseDisplay.hh for Blackbox - an X11 Window manager // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) // @@ -66,17 +69,6 @@ typedef struct _blackbox_attributes { void bexec(const char *, char *); #endif // !__EMX__ - -// Copyright (c) 2001 Henrik Kinnunen (fluxgen@linuxmail.org) -// -// Screen.hh for Blackbox - an X11 Window manager -// Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net) -// -// Permission is hereby granted, free of charge, to any person obtaining a -// copy of this software and associated documentation files (the "Software"), -// to deal in the Software without restriction, including without limitation -// the rights to use, copy, modify, merge, publish, distribute, sublicense, -// and/or sell copies of the Softwar template inline Z min(Z a, Z b) { return ((a < b) ? a : b); } template inline Z max(Z a, Z b) { return ((a > b) ? a : b); } -- cgit v0.11.2