bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2980: 23.0.92; Size change not reflected in invisible GTK+ frames.


From: YAMAMOTO Mitsuharu
Subject: bug#2980: 23.0.92; Size change not reflected in invisible GTK+ frames.
Date: Mon, 13 Apr 2009 17:43:19 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.3 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

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
                                mituharu@math.s.chiba-u.ac.jp

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''






reply via email to

[Prev in Thread] Current Thread [Next in Thread]