all repos — openbox @ 358056b102f633cb63ac7b9aa0cfdd25af77ddf3

openbox fork - make it a bit more like ryudo

When a user id is specified, or --root, use the ID directly, don't try find a client child of it
Dana Jansens danakj@orodu.net
commit

358056b102f633cb63ac7b9aa0cfdd25af77ddf3

parent

91af4d5bc9e04b766735aaa3ac098233ba103959

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M tools/obxprop/obxprop.ctools/obxprop/obxprop.c

@@ -334,9 +334,10 @@ userid = ev.xbutton.subwindow;

break; } } + id = find_client(d, userid); } - - id = find_client(d, userid); + else + id = userid; /* they picked this one */ if (id == None) return fail("Unable to find window with the requested ID");