all repos — openbox @ a3c9271ca2f7c48ab75398bb434f4c1ee705866a

openbox fork - make it a bit more like ryudo

init the focus_client ptr in startup
Dana Jansens danakj@orodu.net
commit

a3c9271ca2f7c48ab75398bb434f4c1ee705866a

parent

b3507a096858a4958daf92eefbe8bde7efb31b91

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

jump to
M openbox/focus.copenbox/focus.c

@@ -22,6 +22,8 @@ make it override-redirect so we don't try manage it, since it is

mapped. */ XSetWindowAttributes attrib; + focus_client = NULL; + attrib.override_redirect = TRUE; focus_backup = XCreateWindow(ob_display, ob_root, -100, -100, 1, 1, 0, 0, InputOnly,