mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-22 20:35:43 +00:00
Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserver into mpx
Conflicts: dix/events.c
This commit is contained in:
commit
3c8f166022
112 changed files with 6358 additions and 1896 deletions
|
|
@ -127,6 +127,9 @@
|
|||
/* Define to 1 if you have the <inttypes.h> header file. */
|
||||
#undef HAVE_INTTYPES_H
|
||||
|
||||
/* Define to 1 if you have version 2.2 (or newer) of the drm library */
|
||||
#undef HAVE_LIBDRM_2_2
|
||||
|
||||
/* Define to 1 if you have the `m' library (-lm). */
|
||||
#undef HAVE_LIBM
|
||||
|
||||
|
|
|
|||
|
|
@ -102,4 +102,8 @@ extern int ProcUngrabButton(ClientPtr /* client */);
|
|||
|
||||
extern int ProcRecolorCursor(ClientPtr /* client */);
|
||||
|
||||
#ifdef PANORAMIX
|
||||
extern void PostSyntheticMotion(int x, int y, ScreenPtr pScreen, unsigned long time);
|
||||
#endif
|
||||
|
||||
#endif /* DIXEVENTS_H */
|
||||
|
|
|
|||
|
|
@ -424,7 +424,7 @@ extern int GetProximityEvents(
|
|||
extern void PostSyntheticMotion(
|
||||
int x,
|
||||
int y,
|
||||
int screenNum,
|
||||
ScreenPtr pScreen,
|
||||
unsigned long time);
|
||||
|
||||
extern int GetMotionHistorySize(
|
||||
|
|
|
|||
|
|
@ -45,6 +45,9 @@
|
|||
/* Path to loadable modules. */
|
||||
#undef DEFAULT_MODULE_PATH
|
||||
|
||||
/* Path to installed libraries. */
|
||||
#undef DEFAULT_LIBRARY_PATH
|
||||
|
||||
/* Path to server log file. */
|
||||
#undef DEFAULT_LOGPREFIX
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue