summaryrefslogtreecommitdiff
path: root/include/X11/Xlibint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xlibint.h')
-rw-r--r--include/X11/Xlibint.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/X11/Xlibint.h b/include/X11/Xlibint.h
index c1966ad..4ff7fb6 100644
--- a/include/X11/Xlibint.h
+++ b/include/X11/Xlibint.h
@@ -1298,6 +1298,15 @@ extern void _XSetClipRectangles (
int n,
int ordering);
+Status _XGetWindowAttributes(
+ register Display *dpy,
+ Window w,
+ XWindowAttributes *attr);
+
+int _XPutBackEvent (
+ register Display *dpy,
+ register XEvent *event);
+
_XFUNCPROTOEND
#endif /* _XLIBINT_H_ */