all repos — openbox @ 2594b98ce4d4ca13cb5ceb9839d6160d274b2c44

openbox fork - make it a bit more like ryudo

rm old comment
Dana Jansens danakj@orodu.net
commit

2594b98ce4d4ca13cb5ceb9839d6160d274b2c44

parent

7c9ba37f010e08a7e24fa57d37d176fb08807bd9

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

jump to
M otk/display.ccotk/display.cc

@@ -110,7 +110,6 @@ XSetErrorHandler(xerrorHandler);

// set the DISPLAY environment variable for any lauched children, to the // display we're using, so they open in the right place. - // XXX rm -> std::string dtmp = "DISPLAY=" + DisplayString(display); putenv(std::string("DISPLAY=") + DisplayString(display)); // find the availability of X extensions we like to use