all repos — openbox @ c991482154d390e46298afb12d213448cc120563

openbox fork - make it a bit more like ryudo

fix this client message.
Dana Jansens danakj@orodu.net
commit

c991482154d390e46298afb12d213448cc120563

parent

492675fdd3427e52b80f347599d5c6ddc42f454b

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

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

@@ -146,8 +146,8 @@ }

/* Send client message indicating that we are now the WM */ prop_message(RootWindow(ob_display, ob_screen), prop_atoms.manager, - timestamp, wm_sn_atom, 0, 0, SubstructureNotifyMask); - + timestamp, wm_sn_atom, screen_support_win, 0, + SubstructureNotifyMask); return TRUE; }