Changeset 12597 for trunk/source/cocoa-ide/cocoa-utils.lisp
- Timestamp:
- Aug 16, 2009, 10:43:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-utils.lisp
r12526 r12597 238 238 ;;; type is #$NSApplicationDefined. 239 239 (objc:defmethod (#/sendEvent: :void) ((self lisp-application) e) 240 (declare (dynamic-extent self e)) 240 241 (if (and (eql (#/type e) #$NSApplicationDefined) 241 242 (eql (#/subtype e) $lisp-function-event-subtype))
Note: See TracChangeset
for help on using the changeset viewer.