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

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

bug#5339: 23.1.91; frame width not updated for fullscreen frames when tu


From: Jan Djärv
Subject: bug#5339: 23.1.91; frame width not updated for fullscreen frames when turning on/off scroll bars
Date: Fri, 08 Jan 2010 12:44:16 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

YAMAMOTO Mitsuharu skrev:
In relation to Bug#5268 (23.1.90; # of rows/columns not adjusted by
change of internal-border-width for fullscreen frames), I found that
change of vertical-scroll-bars does not update the frame parameter
`width' for full screen frames.  The value of (window-width) and
appearances look correct, though.

Steps to reproduce:

   1. emacs -Q
   2. (set-frame-parameter nil 'fullscreen 'fullboth) C-j
   3. (cons (frame-width) (window-width)) C-j
      => (176 . 176)
   4. (scroll-bar-mode) C-j
   5. (cons (frame-width) (window-width)) C-j
      => (176 . 179)


I've checked in a fix.

        Jan D.






reply via email to

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