blob: 997e261769e09ba84ef0987dc039efdbdc7e711e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* quartzCursor.h
*
* Quartz hardware cursor
*/
/* $XFree86: xc/programs/Xserver/hw/darwin/bundle/quartzCursor.h,v 1.1 2001/04/11 08:34:18 torrey Exp $ */
#ifndef QUARTZCURSOR_H
#define QUARTZCURSOR_H
Bool QuartzInitCursor(ScreenPtr pScreen);
void QuartzSuspendXCursor(ScreenPtr pScreen);
void QuartzResumeXCursor(ScreenPtr pScreen, int x, int y);
#endif
|