EWMH: Ignore invalid _NET_WM_DESKTOP
commita9e0d258b79fc450d5d34e22bc7689e9e719a712
authorUli Schlachter <psychon@znc.in>
Mon, 17 Mar 2014 14:34:44 +0000 (17 15:34 +0100)
committerUli Schlachter <psychon@znc.in>
Mon, 17 Mar 2014 14:34:44 +0000 (17 15:34 +0100)
treeec0a4888c3efa16e7251159fabf9b4fa68b9c79e
parent61fdd8cd406c79595fedf0c439f96441238c46cf
EWMH: Ignore invalid _NET_WM_DESKTOP

Commit e291c0398 already made awesome ignore invalid values for _NET_WM_DESKTOP.
That commit just made it tag clients with the first tag if they used an invalid
value for this property.

This commit reverts 90% of that change. What is still left is the range
validation. Previously, awesome would untag a client completely when it got such
a _NET_WM_DESKTOP property / message. Now, such messages are just silently
ignored.

Signed-off-by: Uli Schlachter <psychon@znc.in>
ewmh.c