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

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

bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-f


From: Keith David Bershatsky
Subject: bug#21415: 25.0.50; Emacs Trunk -- pixelwise width/height for x-create-frame
Date: Sun, 20 Sep 2015 09:47:50 -0700

The latest patch by Anders is working well with the following tests:

(make-frame '(
   (top . 50)
   (left . 50)
   ;; (height . 250.0)
   (width . 250.0)))

(make-frame '(
   (top . 50)
   (left . 50)
   (height . 250.0)
   (width . 250.0)))

(make-frame)

The `top` frame parameter is now respected.  When the `top` and `left` frame 
parameters are not included and `ns-auto-hide-menu-bar` is set to `t`, the 
default position is 0 0, even for large frames that are the size of the display 
-- very good!

The build recipe I used was the latest patch by Martin -- but WITHOUT modifying 
"if (ns_menu_bar_should_be_hidden ()) return frameRect;" -- followed by 
applying the patch from Anders.

Thanks,

Keith





reply via email to

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