From 3c60d854db25c4cf0c72a981b108bde0bbf933fd Mon Sep 17 00:00:00 2001 From: oga Date: Mon, 7 Dec 2009 22:21:59 +0000 Subject: 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@ --- xutil.c | 1 + 1 file changed, 1 insertion(+) (limited to 'xutil.c') diff --git a/xutil.c b/xutil.c index 06b7d0d..d4e4f62 100644 --- a/xutil.c +++ b/xutil.c @@ -181,6 +181,7 @@ char *atoms[CWM_NO_ATOMS] = { "_NET_SUPPORTED", "_NET_SUPPORTING_WM_CHECK", "_NET_WM_NAME", + "_NET_ACTIVE_WINDOW", }; void -- cgit 1.4.1