mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 08:04:30 +00:00
dix: Moving SpriteRec into DeviceIntRec
removing global sprite structure beginning to remove MPX ifdefs xnest: Fix to make xnest compile again
This commit is contained in:
committed by
Peter Hutterer
parent
eb1d9f51af
commit
ae3c24da34
@@ -144,7 +144,7 @@ extern void GetSpritePosition(
|
||||
int * /*py*/);
|
||||
|
||||
#ifdef PANORAMIX
|
||||
extern int XineramaGetCursorScreen(void);
|
||||
extern int XineramaGetCursorScreen(struct _DeviceIntRec* pDev);
|
||||
#endif /* PANORAMIX */
|
||||
|
||||
#endif /* CURSOR_H */
|
||||
|
||||
Reference in New Issue
Block a user