Changeset 866
- Timestamp:
- Aug 30, 2004, 2:34:30 PM (20 years ago)
- Location:
- trunk/ccl/examples
- Files:
-
- 2 edited
-
cocoa-listener.lisp (modified) (1 diff)
-
cocoa-window.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/cocoa-listener.lisp
r816 r866 110 110 :object-for-key #?NSFileHandleNotificationDataItem)) 111 111 (document (send self 'document)) 112 (data-length (send data'length))112 (data-length (send (the ns:ns-data data) 'length)) 113 113 (buffer (hemlock-document-buffer document)) 114 114 (string (make-string data-length)) -
trunk/ccl/examples/cocoa-window.lisp
r840 r866 131 131 (define-objc-method ((:void :send-event e) 132 132 lisp-application) 133 (if (and (eql (send e'type) #$NSApplicationDefined)134 (eql (send e'subtype) process-interrupt-event-subtype))133 (if (and (eql (send (the ns:ns-event e) 'type) #$NSApplicationDefined) 134 (eql (send (the ns:ns-event e) 'subtype) process-interrupt-event-subtype)) 135 135 ;;; The thunk to funcall is identified by the value 136 136 ;;; of the event's data1 attribute.
Note:
See TracChangeset
for help on using the changeset viewer.
