CVS update: eclipse/lib/clx-ext

[email protected] 16 Mar 2003 00:34:38 -0000
Newsgroups gmane.comp.window-managers.eclipse.cvs
Message-ID <[email protected]>
Date:	Saturday March 15, 2003 @ 15:34
Author:	hatchond

Update of /home/cvsroot/eclipse/lib/clx-ext
In directory kappa:/tmp/cvs-serv19305

Modified Files:
	event.lisp keysyms.lisp package.lisp 
Log Message:
- lib/clx-ext/event.lisp:
two classes added, and some inheriting changed

  (defclass pointer-event (keyboard-pointer-event) ()) ;; added

  (defclass button-press (pointer-event) ())
  (defclass button-release (pointer-event) ())
  (defclass motion-notify (pointer-event) ())

  (defclass keyboard-event (keyboard-pointer-event) ()) ;; added

  (defclass key-press (keyboard-event) ())
  (defclass key-release (keyboard-event) ())

- lib/clx-ext/package.lisp modified for exporting those two classes.

- lib/clx-ext/keysyms.lisp:
minor changes for handling mapping-notify event
  
   - modifier-map-changed-p display [function]:
     return true if the cached modifier map is obsolete in regards of
the X server information. (exported)


===================================================================
File: no file event.lisp		Status: Needs Checkout

   Working revision:	1.2	Sun Mar 16 00:34:38 2003
   Repository revision:	1.2	/home/cvsroot/eclipse/lib/clx-ext/event.lisp,v

   Existing Tags:
	No Tags Exist

===================================================================
File: no file keysyms.lisp		Status: Needs Checkout

   Working revision:	1.2	Sun Mar 16 00:34:38 2003
   Repository revision:	1.2	/home/cvsroot/eclipse/lib/clx-ext/keysyms.lisp,v

   Existing Tags:
	No Tags Exist

===================================================================
File: no file package.lisp		Status: Needs Checkout

   Working revision:	1.2	Sun Mar 16 00:34:38 2003
   Repository revision:	1.2	/home/cvsroot/eclipse/lib/clx-ext/package.lisp,v

   Existing Tags:
	No Tags Exist