bug#2980: 23.0.92; Size change not reflected in invisible GTK+ frames.
YAMAMOTO Mitsuharu <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Organization | Faculty of Science, Chiba University |
| Message-ID | <wl63h99c60.wl%[email protected]> |
Steps to Reproduce: 1. emacs -Q 2. Evaluate the following expressions in *scratch*: (setq frame (make-frame '((menu-bar-lines . 0) (tool-bar-lines . 0) (visibility . nil)))) (set-frame-size frame 10 20) (cons (frame-width frame) (frame-height frame)) Result: Evaluation of the final expression returns (80 . 40) in the GTK+ build. In the Xaw build, it returns (10 . 20) as expected. YAMAMOTO Mitsuharu [email protected] In GNU Emacs 23.0.92.1 (powerpc-apple-darwin8.11.0, GTK+ Version 2.14.7) of 2009-04-13 on yamamoto-mitsuharu-no-power-mac-g5.local Windowing system distributor `The XFree86 Project, Inc', version 11.0.40400000 configured using `configure 'LDFLAGS=-L/opt/local/lib' 'CPPFLAGS=-I/opt/local/include''