Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6dac214c
Commit
6dac214c
authored
Feb 14, 2007
by
Jan Djärv
Browse files
(do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.
parent
fc0a1793
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
src/ChangeLog
src/ChangeLog
+4
-0
src/xterm.c
src/xterm.c
+5
-0
No files found.
src/ChangeLog
View file @
6dac214c
2007-02-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.c (do_ewmh_fullscreen): Also check for _NET_WM_STATE_FULLSCREEN.
2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* macfns.c (Fx_focus_frame): Move current process to foreground if
...
...
src/xterm.c
View file @
6dac214c
...
...
@@ -8426,6 +8426,11 @@ do_ewmh_fullscreen (f)
{
int have_net_atom = wm_supports (f, "_NET_WM_STATE");
/* Some window managers don't say they support _NET_WM_STATE, but they do say
they support _NET_WM_STATE_FULLSCREEN. Try that also. */
if (!have_net_atom)
have_net_atom = wm_supports (f, "_NET_WM_STATE_FULLSCREEN");
if (have_net_atom)
{
Lisp_Object frame;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment