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

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

bug#13053: PATCH: Fullscreen frame support on Windows


From: Eli Zaretskii
Subject: bug#13053: PATCH: Fullscreen frame support on Windows
Date: Sun, 02 Dec 2012 19:38:45 +0200

> Date: Sat, 1 Dec 2012 21:57:54 -0500
> From: Erik Charlebois <erikcharlebois@gmail.com>
> 
> I've kept this patch going for a few years; probably time I get it in for
> real. I have not signed the FSF copyright assignment. If someone could give
> me some guidance on that (I'm Canadian), I'd appreciate it.
> 
> This patch adds fullscreen frame support to Windows so that setting the
> frame parameter 'fullscreen to 'fullboth makes the frame take up the entire
> screen, with no window decoration and covering the taskbar. The function:
> 
> (defun toggle-fullscreen ()
>   "Toggle full screen on X11"
>   (interactive)
>   (set-frame-parameter
>    nil 'fullscreen
>    (when (not (frame-parameter nil 'fullscreen)) 'fullboth)))
> 
> now has the same behavior on X11 and Windows. There's a bit of added
> complexity to support multiple monitors and resolution changes correctly.

Thanks.  Since this is a substantial contribution, I looked in the FSF
copyright assignment records before even trying to read the changes.
I don't find your name on file there.  If you are willing to sign
legal papers, I'll ask Stefan or Chong to send you the paperwork
off-list.  Then we can consider your contribution.

Thanks again for working on this.





reply via email to

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