Integration of XEVIE branch to trunk

https://freedesktop.org/bugzilla/show_bug.cgi?id=947
Modified Files: cursorstr.h input.h inputstr.h windowstr.h
This commit is contained in:
Stuart Kreitman 2004-07-30 01:21:57 +00:00
commit 71164d118c
4 changed files with 28 additions and 2 deletions

View file

@ -91,4 +91,8 @@ typedef struct {
int x, y;
ScreenPtr pScreen;
} HotSpot;
#ifdef XEVIE
extern HotSpot xeviehot;
#endif
#endif /* CURSORSTRUCT_H */