summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-07 11:26:14 +0800
committerJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-07 11:26:14 +0800
commit3849642c709943cb48dd1d603bc34ca1687fc6ca (patch)
tree89200554d11af9be91f424e19ae0974c190976a8 /include
parent4e6e45f6ab107d63a6eb89033cb05f4ef4a12cf5 (diff)
Add XCompositeGetDestinationWindow functionHEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/X11/extensions/Xcomposite.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/X11/extensions/Xcomposite.h b/include/X11/extensions/Xcomposite.h
index 97cc4d6..0d121ba 100644
--- a/include/X11/extensions/Xcomposite.h
+++ b/include/X11/extensions/Xcomposite.h
@@ -105,6 +105,10 @@ XCompositeRedirectWindowInput (Display *dpy,
Window window,
Window destination);
+Window
+XCompositeGetDestinationWindow (Display *dpy,
+ Window window);
+
_XFUNCPROTOEND
#endif /* _XCOMPOSITE_H_ */