repo.or.cz
/
gwave-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add g-wrap patch and discussion of it in INSTALL instructions.
[gwave-svn.git]
/
remote
/
xgexec.h
blob
e868bca4f56a93ba219961d3c46ccbb6fe774a83
1
#ifndef XGEXEC_H
2
#define XGEXEC_H
3
4
#include <X11/Xatom.h>
5
#include <X11/X.h>
6
#include <X11/Xlib.h>
7
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
);
12
13
#endif
/* XGEXEC_H */