diff options
| author | Jan Djärv | 2007-12-03 09:35:19 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-12-03 09:35:19 +0000 |
| commit | 7ba30657473abe7964038a676131676e986870b2 (patch) | |
| tree | 395758aedbcb858f1fb3bd7f7e6fde31c025bf90 /src | |
| parent | e392d1cc57e6130a0b468ac4236d66fd671e1424 (diff) | |
| download | emacs-7ba30657473abe7964038a676131676e986870b2.tar.gz emacs-7ba30657473abe7964038a676131676e986870b2.zip | |
Update URL to Window Manager Specification in comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | 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 @@ | |||
| 1 | 2007-12-03 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c: Update URL to Window Manager Specification in comment. | ||
| 4 | |||
| 1 | 2007-12-02 Michael Albinus <michael.albinus@gmx.de> | 5 | 2007-12-02 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * config.in (HAVE_DBUS): Add. | 7 | * 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) | |||
| 8427 | on the root window for frame F contains ATOMNAME. | 8427 | on the root window for frame F contains ATOMNAME. |
| 8428 | This is how a WM check shall be done according to the Window Manager | 8428 | This is how a WM check shall be done according to the Window Manager |
| 8429 | Specification/Extended Window Manager Hints at | 8429 | Specification/Extended Window Manager Hints at |
| 8430 | http://freedesktop.org/wiki/Standards_2fwm_2dspec. */ | 8430 | http://freedesktop.org/wiki/Specifications/wm-spec. */ |
| 8431 | 8431 | ||
| 8432 | static int | 8432 | static int |
| 8433 | wm_supports (f, atomname) | 8433 | wm_supports (f, atomname) |
| @@ -8960,7 +8960,7 @@ x_ewmh_activate_frame (f) | |||
| 8960 | FRAME_PTR f; | 8960 | FRAME_PTR f; |
| 8961 | { | 8961 | { |
| 8962 | /* See Window Manager Specification/Extended Window Manager Hints at | 8962 | /* See Window Manager Specification/Extended Window Manager Hints at |
| 8963 | http://freedesktop.org/wiki/Standards_2fwm_2dspec */ | 8963 | http://freedesktop.org/wiki/Specifications/wm-spec */ |
| 8964 | 8964 | ||
| 8965 | const char *atom = "_NET_ACTIVE_WINDOW"; | 8965 | const char *atom = "_NET_ACTIVE_WINDOW"; |
| 8966 | if (f->async_visible && wm_supports (f, atom)) | 8966 | if (f->async_visible && wm_supports (f, atom)) |