all repos — fluxbox @ d9438a679dadbf3d5e813fbc4802909d8e0a6aaf

custom fork of the fluxbox windowmanager

old copyright
fluxgen fluxgen
commit

d9438a679dadbf3d5e813fbc4802909d8e0a6aaf

parent

5205a761cca7ba6d5e3dd74678c28a73b8fc228a

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

jump to
M src/TextureRender.ccsrc/TextureRender.cc

@@ -1,6 +1,9 @@

// TextureRender.cc for fluxbox // Copyright (c) 2002 Henrik Kinnunen (fluxgen at fluxbox.org) // +// from Image.cc for Blackbox - an X11 Window manager +// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at 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

@@ -19,7 +22,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: TextureRender.cc,v 1.1 2002/11/30 20:07:49 fluxgen Exp $ +// $Id: TextureRender.cc,v 1.2 2002/11/30 20:36:22 fluxgen Exp $ #include "TextureRender.hh"
M src/TextureRender.hhsrc/TextureRender.hh

@@ -1,6 +1,9 @@

// TextureRender.hh for fluxbox // Copyright (c) 2002 Henrik Kinnunen (fluxgen at fluxbox.org) // +// Image.hh for Blackbox - an X11 Window manager +// Copyright (c) 1997 - 2000 Brad Hughes (bhughes at 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

@@ -19,7 +22,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: TextureRender.hh,v 1.1 2002/11/30 20:07:49 fluxgen Exp $ +// $Id: TextureRender.hh,v 1.2 2002/11/30 20:36:22 fluxgen Exp $ #ifndef TEXTURRENDER_HH #define TEXTURRENDER_HH