summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-03-19 21:54:29 +0000
committerDana Jansens <danakj@orodu.net>2003-03-19 21:54:29 +0000
commitc1e6991224400f5e4e65eb2f617efceefef36155 (patch)
tree5ff2ef3d3d951d35119179a5865f93db811a5144 /openbox
parent6321d28652409be598ece0f4889d25018b267ee6 (diff)
restart will work soon
Diffstat (limited to 'openbox')
-rw-r--r--openbox/openbox.c7
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;
}