From c1e6991224400f5e4e65eb2f617efceefef36155 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 21:54:29 +0000 Subject: [PATCH] restart will work soon --- openbox/openbox.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openbox/openbox.c b/openbox/openbox.c index 4556fc8f..025a16a7 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -172,7 +172,12 @@ int main(int argc, char **argv) XCloseDisplay(ob_display); - /* XXX if (ob_restart) */ + if (ob_restart) { + if (ob_restart_path != NULL) { + /* run other shit */ + } + /* re-run me */ + } return 0; } -- 2.39.2