[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gdb-ui, dedicated windows
From: |
James Cloos |
Subject: |
Re: gdb-ui, dedicated windows |
Date: |
Tue, 08 Jul 2008 12:02:39 -0400 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) |
>>>>> "Tom" == Tom Tromey <address@hidden> writes:
Tom> (modify-frame-parameters nil '((fullscreen . fullboth)))
Tom> For me this covers the whole screen.
For icewm: _NET_WM_STATE(ATOM) is set to:
_NET_WM_STATE_MAXIMIZED_VERT,
_NET_WM_STATE_MAXIMIZED_HORZ
for a window (frame in Emacs terminology) which does not occlude the
panel. For a fully maximized window, it is set to:
_NET_WM_STATE_FULLSCREEN,
_NET_WM_STATE_MAXIMIZED_VERT,
_NET_WM_STATE_MAXIMIZED_HORZ
and the _WIN_LAYER(CARDINAL) is increased to layer the window on top
of the panel.
I beleive that is the standardized, window manager independent behaviour.
The typical terminology is 'Maximized' for the former behaviour and 'Full
Screen' for the latter.
-JimC
--
James Cloos <address@hidden> OpenPGP: 1024D/ED7DAEA6
- Re: gdb-ui, dedicated windows, (continued)
- Re: gdb-ui, dedicated windows, Tom Tromey, 2008/07/05
- Re: gdb-ui, dedicated windows, Nick Roberts, 2008/07/07
- Re: gdb-ui, dedicated windows, Tom Tromey, 2008/07/07
- Re: gdb-ui, dedicated windows, tomas, 2008/07/07
- Re: gdb-ui, dedicated windows, David Hansen, 2008/07/07
- Re: gdb-ui, dedicated windows, Lennart Borgman (gmail), 2008/07/07
- Re: gdb-ui, dedicated windows, Tom Tromey, 2008/07/07
- Re: gdb-ui, dedicated windows, Lennart Borgman (gmail), 2008/07/07
- Re: gdb-ui, dedicated windows, Stephen J. Turnbull, 2008/07/07
- Re: gdb-ui, dedicated windows, Lennart Borgman (gmail), 2008/07/07
- Re: gdb-ui, dedicated windows,
James Cloos <=
- Re: gdb-ui, dedicated windows, Miles Bader, 2008/07/05
- Re: gdb-ui, dedicated windows, David Hansen, 2008/07/05
- Re: gdb-ui, dedicated windows, Nick Roberts, 2008/07/07
- Re: gdb-ui, dedicated windows, Miles Bader, 2008/07/08
- Re: gdb-ui, dedicated windows, Miles Bader, 2008/07/08
- Re: gdb-ui, dedicated windows, Nick Roberts, 2008/07/08
- Re: gdb-ui, dedicated windows, Miles Bader, 2008/07/08
- Re: gdb-ui, dedicated windows, Nick Roberts, 2008/07/09
- Re: gdb-ui, dedicated windows, Miles Bader, 2008/07/15
- Re: gdb-ui, dedicated windows, Nick Roberts, 2008/07/15