all repos — openbox @ 8941da8e41d15ae6729c04b2933d74869c25e857

openbox fork - make it a bit more like ryudo

change to match blackbox
Dana Jansens danakj@orodu.net
commit

8941da8e41d15ae6729c04b2933d74869c25e857

parent

e90fafd2fd907a81bdc60ad8b6de35fc1595cdff

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

jump to
M src/Screen.ccsrc/Screen.cc

@@ -1107,8 +1107,7 @@ windowList.push_back(win);

XMapRequestEvent mre; mre.window = w; - if (blackbox->isStartup()) - win->restoreAttributes(); + if (blackbox->isStartup()) win->restoreAttributes(); win->mapRequestEvent(&mre); }