restart will work soon
This commit is contained in:
parent
6321d28652
commit
c1e6991224
1 changed files with 6 additions and 1 deletions
|
@ -172,7 +172,12 @@ int main(int argc, char **argv)
|
||||||
|
|
||||||
XCloseDisplay(ob_display);
|
XCloseDisplay(ob_display);
|
||||||
|
|
||||||
/* XXX if (ob_restart) */
|
if (ob_restart) {
|
||||||
|
if (ob_restart_path != NULL) {
|
||||||
|
/* run other shit */
|
||||||
|
}
|
||||||
|
/* re-run me */
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue