diff options
author | oga | 2009-12-07 22:21:59 +0000 |
---|---|---|
committer | oga | 2009-12-07 22:21:59 +0000 |
commit | ad1677271ac08bca24c9d41bcbe555353687eb58 (patch) | |
tree | 242b773b3d4e4fdbcb70e4725da3b398ab7de847 /xutil.c | |
parent | e4020287e35b326e95d08d540f8c14b34d9c32be (diff) | |
download | cwm-ad1677271ac08bca24c9d41bcbe555353687eb58.tar.gz |
Implement _NET_ACTIVE_WINDOW. for now just the informational hint is
supported, the client message to change this will be supported when all
informational hints are working.
ok okan@
Diffstat (limited to 'xutil.c')
-rw-r--r-- | xutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: xutil.c,v 1.18 2009/12/07 21:20:52 okan Exp $ + * $Id: xutil.c,v 1.19 2009/12/07 22:21:59 oga Exp $ */ #include "headers.h" @@ -181,6 +181,7 @@ char *atoms[CWM_NO_ATOMS] = { "_NET_SUPPORTED", "_NET_SUPPORTING_WM_CHECK", "_NET_WM_NAME", + "_NET_ACTIVE_WINDOW", }; void |