emacs-devel
[Top][All Lists]
Advanced

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

Re: x-display-pixel-width/height inconsistency


From: Juanma Barranquero
Subject: Re: x-display-pixel-width/height inconsistency
Date: Wed, 3 Jul 2013 12:49:56 +0200

On Wed, Jul 3, 2013 at 11:27 AM, martin rudalics <address@hidden> wrote:

> Could you please add the function below, make a frame, and call the
> function for a fullscreen and maximized frame with both CLIENT nil and
> t.  I'd like to compare these rather than what frame-pixel-... return.

In these results, the first list is CLIENT=nil, second is CLIENT=t

- (fullscreen . fullscreen) => ((0 0 1920 1080) (0 0 1920 1060))
- (fullscreen . maximized) => ((0 0 1920 1040) (0 0 1904 982))
- truly maximized frame => ((-8 -8 1928 1048) (0 0 1920 998))

   J



reply via email to

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