Update URL to Window Manager Specification in comment.
This commit is contained in:
parent
e392d1cc57
commit
7ba3065747
2 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue