projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6321d28
)
restart will work soon
author
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 21:54:29 +0000
(21:54 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 19 Mar 2003 21:54:29 +0000
(21:54 +0000)
openbox/openbox.c
patch
|
blob
|
history
diff --git
a/openbox/openbox.c
b/openbox/openbox.c
index 4556fc8fcc677d94e40fb2274a632ad774750920..025a16a7612341faff9781d7119c938ad0bb68c8 100644
(file)
--- 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;
}