mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-24 20:55:49 +00:00
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:
parent
82a6a65924
commit
71164d118c
4 changed files with 28 additions and 2 deletions
|
|
@ -91,4 +91,8 @@ typedef struct {
|
|||
int x, y;
|
||||
ScreenPtr pScreen;
|
||||
} HotSpot;
|
||||
|
||||
#ifdef XEVIE
|
||||
extern HotSpot xeviehot;
|
||||
#endif
|
||||
#endif /* CURSORSTRUCT_H */
|
||||
|
|
|
|||
Loading…
Reference in a new issue