Changeset 8204
- Timestamp:
- Jan 17, 2008, 10:46:12 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/source/cocoa-ide/cocoa-window.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/cocoa-ide/cocoa-window.lisp
r7804 r8204 83 83 (if (or (not *NSApp*) (not (#/isRunning *NSApp*))) 84 84 (call-next-method) 85 (let* ((e (#/otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:86 ns:ns-event87 #$NSApplicationDefined88 (ns:make-ns-point 0 0)89 090 0.0d091 092 +null-ptr+93 process-interrupt-event-subtype94 (register-appkit-process-interrupt95 #'(lambda () (apply function args))) 0)))85 (let* ((e (#/otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2: 86 ns:ns-event 87 #$NSApplicationDefined 88 (ns:make-ns-point 0 0) 89 0 90 0.0d0 91 0 92 +null-ptr+ 93 process-interrupt-event-subtype 94 (register-appkit-process-interrupt 95 #'(lambda () (apply function args))) 0))) 96 96 (#/retain e) 97 97 (#/performSelectorOnMainThread:withObject:waitUntilDone:
Note:
See TracChangeset
for help on using the changeset viewer.
