all repos — openbox @ 34446063fa6f954f81200f2778c099865b374d2c

openbox fork - make it a bit more like ryudo

if the current SN_WM owner is our window (can this happen?) then ignore it
Dana Jansens danakj@orodu.net
commit

34446063fa6f954f81200f2778c099865b374d2c

parent

e03c0891bdd186d6fe6fdd91e888c55d76194aed

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

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

@@ -74,6 +74,8 @@ wm_sn_atom = XInternAtom(ob_display, wm_sn, FALSE);

g_free(wm_sn); current_wm_sn_owner = XGetSelectionOwner(ob_display, wm_sn_atom); + if (current_wm_sn_owner == screen_support_win) + current_wm_sn_owner = None; if (current_wm_sn_owner) { if (!ob_replace_wm) { g_warning("A window manager is already running on screen %d",