[clfswm-cvs] r22 - clfswm

pbrochard at common-lisp.net pbrochard at common-lisp.net
Sun Mar 9 14:32:17 UTC 2008


Author: pbrochard
Date: Sun Mar  9 09:32:17 2008
New Revision: 22

Added:
   clfswm/clfswm-nw-hooks.lisp
Log:
New file: clfswm-nw-hooks.lisp to store hooks on new windows


Added: clfswm/clfswm-nw-hooks.lisp
==============================================================================
--- (empty file)
+++ clfswm/clfswm-nw-hooks.lisp	Sun Mar  9 09:32:17 2008
@@ -0,0 +1,33 @@
+;;; --------------------------------------------------------------------------
+;;; CLFSWM - FullScreen Window Manager
+;;;
+;;; #Date#: Sun Mar  9 15:26:50 2008
+;;;
+;;; --------------------------------------------------------------------------
+;;; Documentation: New window Hooks
+;;;
+;;;  This hooks can be set for each group to manage new window when they are
+;;;  mapped.
+;;; --------------------------------------------------------------------------
+;;;
+;;; (C) 2005 Philippe Brochard <hocwp at free.fr>
+;;;
+;;; This program is free software; you can redistribute it and/or modify
+;;; it under the terms of the GNU General Public License as published by
+;;; the Free Software Foundation; either version 3 of the License, or
+;;; (at your option) any later version.
+;;;
+;;; This program is distributed in the hope that it will be useful,
+;;; but WITHOUT ANY WARRANTY; without even the implied warranty of
+;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+;;; GNU General Public License for more details.
+;;;
+;;; You should have received a copy of the GNU General Public License
+;;; along with this program; if not, write to the Free Software
+;;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+;;;
+;;; --------------------------------------------------------------------------
+
+(in-package :clfswm)
+
+;;; TODO: fill this file



More information about the clfswm-cvs mailing list