Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv29411
Modified Files: mcclim.asd Log Message:
Reimplemented key event handling.
* event.lisp (*KEYSYMS*, DEFINE-KEYSYM): Removed. (*KEYS*, DEFINE-KEY): New. (GDKMODIFIERTYPE->MODIFIER-STATE): Ignore hyper, too. (STATE-WITHOUT-BUTTONS): New. (+CLIM-MODIFIERS+, MODIFY-MODIFIERS): Copy&Paste from CLIM-CLX. (KEY-HANDLER): Reimplemented using *keys* and modify-modifiers. * ffi.lisp: Regenerated. * keys.lisp: New file. * keygen.lisp: New file. * keysymdef.lisp: Removed.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/12/04 07:54:51 1.36 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/12/10 16:34:57 1.37 @@ -384,7 +384,7 @@ (:file "graft") (:file "port") (:file "event") - (:file "keysymdef") + (:file "keys") (:file "medium") (:file "pixmap") (:file "frame-manager")