Hi,
On Fri, Aug 01, 2003 at 02:57:09PM +0300, Tuomo Valkonen wrote:
> There's no need to patch any .c files and in addition NET_WM_NAME should
with the latest snapshot (today), this works for me:
--- src/ion/share/ioncorelib.lua 2003-08-07 09:24:03.000000000 +0200
+++ /usr/local/stow/ion-devel/share/ion-devel/ioncorelib.lua 2003-08-07
09:58:05.000000000 +0200
@@ -255,7 +255,8 @@
for c, r, i in alternative_winprop_idents(id) do
if pcall(function() prop=winprops[c][r][i] end) then
- if prop then
+ if prop and (not prop.name or
+ string.find(cwin:name(),prop.name)) then
return prop
end
end