diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-19 21:54:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-19 21:54:29 +0000 |
| commit | c1e6991224400f5e4e65eb2f617efceefef36155 (patch) | |
| tree | 5ff2ef3d3d951d35119179a5865f93db811a5144 | |
| parent | 6321d28652409be598ece0f4889d25018b267ee6 (diff) | |
restart will work soon
| -rw-r--r-- | openbox/openbox.c | 7 |
1 files changed, 6 insertions, 1 deletions
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; } |
