1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Update URL to Window Manager Specification in comment.

This commit is contained in:
Jan Djärv 2007-12-03 09:35:19 +00:00
parent e392d1cc57
commit 7ba3065747
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-12-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.c: Update URL to Window Manager Specification in comment.
2007-12-02 Michael Albinus <michael.albinus@gmx.de>
* config.in (HAVE_DBUS): Add.

View File

@ -8427,7 +8427,7 @@ x_set_offset (f, xoff, yoff, change_gravity)
on the root window for frame F contains ATOMNAME.
This is how a WM check shall be done according to the Window Manager
Specification/Extended Window Manager Hints at
http://freedesktop.org/wiki/Standards_2fwm_2dspec. */
http://freedesktop.org/wiki/Specifications/wm-spec. */
static int
wm_supports (f, atomname)
@ -8960,7 +8960,7 @@ x_ewmh_activate_frame (f)
FRAME_PTR f;
{
/* See Window Manager Specification/Extended Window Manager Hints at
http://freedesktop.org/wiki/Standards_2fwm_2dspec */
http://freedesktop.org/wiki/Specifications/wm-spec */
const char *atom = "_NET_ACTIVE_WINDOW";
if (f->async_visible && wm_supports (f, atom))