comparison lisp/dialog.el @ 1126:bcb5d65d0d94

[xemacs-hg @ 2002-11-28 12:34:43 by michaels] 2002-11-28 Mike Sperber <mike@xemacs.org> * dialog.el (make-dialog-box): `set-frame-pixel-size' -> `set-frame-displayable-pixel-size,' following the `frame-pixel-xxx' reorganization in src/frame.c.
author michaels
date Thu, 28 Nov 2002 12:34:44 +0000
parents 5de13d96e131
children 7031e143e4ee
comparison
equal deleted inserted replaced
1125:ecb17ab2f7ab 1126:bcb5d65d0d94
744 2))))))) 744 2)))))))
745 (set-face-foreground 'modeline [default foreground] frame) 745 (set-face-foreground 'modeline [default foreground] frame)
746 (set-face-background 'modeline [default background] frame) 746 (set-face-background 'modeline [default background] frame)
747 ;; resize before mapping 747 ;; resize before mapping
748 (when cl-autosize 748 (when cl-autosize
749 (set-frame-pixel-size 749 (set-frame-displayable-pixel-size
750 frame 750 frame
751 (image-instance-width 751 (image-instance-width
752 (glyph-image-instance cl-spec 752 (glyph-image-instance cl-spec
753 (frame-selected-window frame))) 753 (frame-selected-window frame)))
754 (image-instance-height 754 (image-instance-height