Mercurial > hg > xemacs-beta
comparison src/event-Xt.c @ 638:373ced43e288
[xemacs-hg @ 2001-07-26 21:10:44 by adrian]
[PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author | adrian |
---|---|
date | Thu, 26 Jul 2001 21:10:48 +0000 |
parents | 5fd7ba8b56e7 |
children | b39c14581166 |
comparison
equal
deleted
inserted
replaced
637:2538b7200a20 | 638:373ced43e288 |
---|---|
1691 So we should just query the actual status. Unfortunately, things | 1691 So we should just query the actual status. Unfortunately, things |
1692 are worse because (a) there aren't obvious ways to query some | 1692 are worse because (a) there aren't obvious ways to query some |
1693 of these values (e.g. "totally visible"), and (b) there may be | 1693 of these values (e.g. "totally visible"), and (b) there may be |
1694 race conditions (see below). | 1694 race conditions (see below). |
1695 | 1695 |
1696 However, according the the ICCCM, there's a specific way to | 1696 However, according to the ICCCM, there's a specific way to |
1697 ask the window manager whether the state is (a) visible, | 1697 ask the window manager whether the state is (a) visible, |
1698 (b) iconic, (c) withdrawn. It must be one of these three. | 1698 (b) iconic, (c) withdrawn. It must be one of these three. |
1699 We already use this call to check for the iconified state. | 1699 We already use this call to check for the iconified state. |
1700 I'd suggest we do the same for visible (i.e. NormalState), | 1700 I'd suggest we do the same for visible (i.e. NormalState), |
1701 and scrap most of the nasty code below. | 1701 and scrap most of the nasty code below. |