changeset 87010:c0bf3a28db21

Update URL to Window Manager Specification in comment.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 03 Dec 2007 09:35:10 +0000
parents 2039ff581b31
children 3cf92ba57c81
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Dec 03 09:29:00 2007 +0000
+++ b/src/xterm.c	Mon Dec 03 09:35:10 2007 +0000
@@ -8427,7 +8427,7 @@
    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 @@
      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))