45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifdef HAVE_DIX_CONFIG_H
45e9809aff7304721fddb95654901b32195c9c7avboxsync#include <dix-config.h>
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#ifndef _PANORAMIXSRV_H_
45e9809aff7304721fddb95654901b32195c9c7avboxsync#define _PANORAMIXSRV_H_
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#include "panoramiX.h"
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern int PanoramiXNumScreens;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern PanoramiXData *panoramiXdataPtr;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern int PanoramiXPixWidth;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern int PanoramiXPixHeight;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern XID *PanoramiXVisualTable;
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern void PanoramiXConsolidate(void);
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern Bool PanoramiXCreateConnectionBlock(void);
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern PanoramiXRes * PanoramiXFindIDByScrnum(RESTYPE, XID, int);
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern Bool XineramaRegisterConnectionBlockCallback(void (*func)(void));
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern int XineramaDeleteResource(pointer, XID);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern void XineramaReinitData(ScreenPtr);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern RegionRec XineramaScreenRegions[MAXSCREENS];
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern unsigned long XRC_DRAWABLE;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern unsigned long XRT_WINDOW;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern unsigned long XRT_PIXMAP;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern unsigned long XRT_GC;
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern unsigned long XRT_COLORMAP;
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsyncextern void XineramaGetImageData(
45e9809aff7304721fddb95654901b32195c9c7avboxsync DrawablePtr *pDrawables,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int left,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int top,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int width,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int height,
45e9809aff7304721fddb95654901b32195c9c7avboxsync unsigned int format,
45e9809aff7304721fddb95654901b32195c9c7avboxsync unsigned long planemask,
45e9809aff7304721fddb95654901b32195c9c7avboxsync char *data,
45e9809aff7304721fddb95654901b32195c9c7avboxsync int pitch,
45e9809aff7304721fddb95654901b32195c9c7avboxsync Bool isRoot
45e9809aff7304721fddb95654901b32195c9c7avboxsync);
45e9809aff7304721fddb95654901b32195c9c7avboxsync
45e9809aff7304721fddb95654901b32195c9c7avboxsync#endif /* _PANORAMIXSRV_H_ */