diff options
author | oga | 2009-12-11 17:51:42 +0000 |
---|---|---|
committer | oga | 2009-12-11 17:51:42 +0000 |
commit | b5e3cdbe512264c453033c02a088bbd72c50bf32 (patch) | |
tree | 822f8d789a51066a07ff30d05feb5188352f91a3 /xutil.c | |
parent | 640b7c9876ce301eafc3651136e16c191f26dd4b (diff) | |
download | cwm-b5e3cdbe512264c453033c02a088bbd72c50bf32.tar.gz |
Implement _NET_DESKTOP_NAMES, this one was a bit tricky since thespec
says that a pager can change the property at any time (most need a
clientmessage). So deal with property updates.
Needed to shuffle some of the other code around since we can't just use
shortcut_to_name[] everywhere now.
ok okan@
Diffstat (limited to '')
-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.23 2009/12/10 23:21:26 oga Exp $ + * $Id: xutil.c,v 1.24 2009/12/11 17:51:42 oga Exp $ */ #include "headers.h" @@ -189,6 +189,7 @@ char *atoms[CWM_NO_ATOMS] = { "_NET_DESKTOP_GEOMETRY", "_NET_VIRTUAL_ROOTS", "_NET_SHOWING_DESKTOP", + "_NET_DESKTOP_NAMES", }; void |