From 7ba30657473abe7964038a676131676e986870b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 3 Dec 2007 09:35:19 +0000 Subject: [PATCH] Update URL to Window Manager Specification in comment. --- src/ChangeLog | 4 ++++ src/xterm.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 7076e02a93f..2e6cb471321 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-12-03 Jan Dj,Ad(Brv + + * xterm.c: Update URL to Window Manager Specification in comment. + 2007-12-02 Michael Albinus * config.in (HAVE_DBUS): Add. diff --git a/src/xterm.c b/src/xterm.c index deb9b92cd36..895d61df714 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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)) -- 2.39.2