| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include "standard.h" | |
| 11 | #include "view.h" | |
| 12 | – | #include "paths.h" |
| 12 | #include <signal.h> | |
| 13 | #include <X11/Xlib.h> | |
| 14 | #include <X11/Xutil.h> | |
| # | Line 117 | Line 116 | char *pname, *wname; | |
| 116 | exit(2); | |
| 117 | } | |
| 118 | /* start ximage */ | |
| 119 | < | if (vfork() == 0) { |
| 119 | > | if (fork() == 0) { |
| 120 | execlp(XIM, XIM, "-c", "256", pname, 0); | |
| 121 | perror(XIM); | |
| 122 | fprintf(stderr, "%s: cannot start %s\n", | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |