Changeset 154
- Timestamp:
- Dec 29, 2003, 12:15:06 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/ccl/examples/cocoa-window.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/examples/cocoa-window.lisp
r6 r154 97 97 (define-objc-method ("_shouldTerminate" lisp-application) 98 98 (:<BOOL>) 99 (setq termp (objc-message-send-super super"_shouldTerminate" :<BOOL>)))99 (setq termp (objc-message-send-super (super) "_shouldTerminate" :<BOOL>))) 100 100 101 101 (define-objc-method ((:<BOOL> termp) lisp-application)
Note:
See TracChangeset
for help on using the changeset viewer.
