diff options
Diffstat (limited to 'Xext/appgroup.h')
-rw-r--r-- | Xext/appgroup.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Xext/appgroup.h b/Xext/appgroup.h new file mode 100644 index 000000000..d292cf509 --- /dev/null +++ b/Xext/appgroup.h @@ -0,0 +1,10 @@ +/* $XFree86: xc/programs/Xserver/Xext/appgroup.h,v 1.1 2003/07/16 01:38:28 dawes Exp $ */ + +void XagClientStateChange( + CallbackListPtr* pcbl, + pointer nulldata, + pointer calldata); +int ProcXagCreate ( + register ClientPtr client); +int ProcXagDestroy( + register ClientPtr client); |