update
fluxgen fluxgen
2 files changed,
10 insertions(+),
4 deletions(-)
M
src/BaseDisplay.hh
→
src/BaseDisplay.hh
@@ -1,5 +1,5 @@
// BaseDisplay.hh for Fluxbox Window Manager -// Copyright (c) 2001 - 2002 Henrik Kinnunen (fluxgen@linuxmail.org) +// Copyright (c) 2001 - 2003 Henrik Kinnunen (fluxgen(at)users.sourceforge.net) // // BaseDisplay.hh for Blackbox - an X11 Window manager // Copyright (c) 1997 - 2000 Brad Hughes (bhughes@tcac.net)@@ -16,13 +16,13 @@ // all copies or substantial portions of the Software.
// // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // 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: BaseDisplay.hh,v 1.35 2003/01/09 21:54:51 fluxgen Exp $ +// $Id: BaseDisplay.hh,v 1.36 2003/05/07 23:45:44 fluxgen Exp $ #ifndef BASEDISPLAY_HH #define BASEDISPLAY_HH@@ -48,7 +48,8 @@ #define PropBlackboxHintsElements (5)
#define PropBlackboxAttributesElements (8) -/// Singleton class to manage display connection +/// Singleton class to manage display connection +/// OBSOLETE! class BaseDisplay:public FbTk::App, private FbTk::NotCopyable { public: