Changeset 12675
- Timestamp:
- Aug 25, 2009, 10:23:33 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/source/contrib/paine/workpersistence.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/contrib/paine/workpersistence.lisp
r12619 r12675 47 47 do (destructuring-bind (posx posy width height path) item 48 48 (when (probe-file path) 49 (gui::execute-in-gui #'(lambda () (gui::find-or-make-hemlock-view path))) 50 (let ((window (find-file-buffer path))) ; round about way* 51 ;;* how to get from hemlock-view 52 (when window 53 ;; should check whether coords are still in screen bounds 54 ;; (could have changed screen realestate since) 55 (let ((rect (ns:make-ns-rect posx posy width height))) 56 (#/setFrame:display: window rect t)))))))))) 49 (gui::execute-in-gui #'(lambda () 50 (gui::find-or-make-hemlock-view path) 51 (let ((window (find-file-buffer path))) ; round about way* 52 ;;* how to get from hemlock-view 53 (when window 54 ;; should check whether coords are still in screen bounds 55 ;; (could have changed screen realestate since) 56 (let ((rect (ns:make-ns-rect posx posy width height))) 57 (#/setFrame:display: window rect t)))))))))))) 57 58 58 59 (pushnew 'remember-hemlock-files *lisp-cleanup-functions*)
Note:
See TracChangeset
for help on using the changeset viewer.
