diff options
Diffstat (limited to 'xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h')
-rw-r--r-- | xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h b/xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h deleted file mode 100644 index fe2d4e3a4..000000000 --- a/xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * Rootless implementation for Mac OS X Aqua environment - * - * Greg Parker gparker@cs.stanford.edu - */ -/* $XFree86: xc/programs/Xserver/hw/darwin/bundle/rootlessAquaImp.h,v 1.3 2001/08/01 05:34:06 torrey Exp $ */ - -#ifndef _ROOTLESSAQUAIMP_H -#define _ROOTLESSAQUAIMP_H - -#include "fakeBoxRec.h" - -int AquaDisplayCount(); - -void AquaScreenInit(int index, int *x, int *y, int *width, int *height, - int *rowBytes, unsigned long *bps, unsigned long *spp, - int *bpp); - -void *AquaNewWindow(void *upperw, int x, int y, int w, int h, int isRoot); - -void AquaDestroyWindow(void *rw); - -void AquaMoveWindow(void *rw, int x, int y); - -void AquaStartResizeWindow(void *rw, int x, int y, int w, int h); - -void AquaFinishResizeWindow(void *rw, int x, int y, int w, int h); - -void AquaUpdateRects(void *rw, fakeBoxRec *rects, int count); - -void AquaRestackWindow(void *rw, void *lowerw); - -void AquaReshapeWindow(void *rw, fakeBoxRec *rects, int count); - -void AquaGetPixmap(void *rw, char **bits, - int *rowBytes, int *depth, int *bpp); - -#endif /* _ROOTLESSAQUAIMP_H */ |