# HG changeset patch # User Jan Dj¸«£rv # Date 1196674510 0 # Node ID c0bf3a28db2189e709d990287d1f355bc03a6a18 # Parent 2039ff581b31f32c707d7cd00230057c6958df00 Update URL to Window Manager Specification in comment. diff -r 2039ff581b31 -r c0bf3a28db21 src/xterm.c --- 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))