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
parent 82a6a65924
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 */