add g-wrap patch and discussion of it in INSTALL instructions.
[gwave-svn.git] / remote / xgexec.h
blobe868bca4f56a93ba219961d3c46ccbb6fe774a83
1 #ifndef XGEXEC_H
2 #define XGEXEC_H
4 #include <X11/Xatom.h>
5 #include <X11/X.h>
6 #include <X11/Xlib.h>
8 Window xgexec_init(Display *dpy);
9 char *xgexec_exec(Display *dpy, Window w, char *req);
10 char *xgexec_exec_full(Display *dpy, Window w, char *req,
11 char **output, char **error);
13 #endif /* XGEXEC_H */