diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-12-07 22:22:00 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-12-07 22:22:00 +0000 |
commit | c292d9c54c266dce273998b869f9987f1e3474a8 (patch) | |
tree | 8ec537b1eff92f367ae8829e003d9959c96f1db6 /app/cwm/xutil.c | |
parent | 638ccb831275de783d2b12a36bc54e176350a19b (diff) |
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 'app/cwm/xutil.c')
-rw-r--r-- | app/cwm/xutil.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/cwm/xutil.c b/app/cwm/xutil.c index 5bea7c3e3..a2ba9b9bf 100644 --- a/app/cwm/xutil.c +++ b/app/cwm/xutil.c @@ -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 |