mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Merge branch 'master' into mpx
Conflicts: XTrap/xtrapddmi.c Xext/security.c Xext/xprint.c Xext/xtest.c Xext/xvdisp.c Xi/exevents.c Xi/grabdevb.c Xi/grabdevk.c Xi/opendev.c Xi/ungrdev.c Xi/ungrdevb.c Xi/ungrdevk.c dix/cursor.c dix/devices.c dix/dixutils.c dix/events.c dix/getevents.c dix/main.c dix/window.c hw/xfree86/ramdac/xf86Cursor.c include/dix.h include/input.h include/inputstr.h mi/midispcur.c mi/miinitext.c mi/misprite.c render/animcur.c xfixes/cursor.c xkb/xkbAccessX.c
This commit is contained in:
@@ -87,9 +87,6 @@ extern int WalkTree(
|
||||
VisitWindowProcPtr /*func*/,
|
||||
pointer /*data*/);
|
||||
|
||||
extern WindowPtr AllocateWindow(
|
||||
ScreenPtr /*pScreen*/);
|
||||
|
||||
extern Bool CreateRootWindow(
|
||||
ScreenPtr /*pScreen*/);
|
||||
|
||||
@@ -123,13 +120,13 @@ extern int DeleteWindow(
|
||||
pointer /*pWin*/,
|
||||
XID /*wid*/);
|
||||
|
||||
extern void DestroySubwindows(
|
||||
extern int DestroySubwindows(
|
||||
WindowPtr /*pWin*/,
|
||||
ClientPtr /*client*/);
|
||||
|
||||
/* Quartz support on Mac OS X uses the HIToolbox
|
||||
framework whose ChangeWindowAttributes function conflicts here. */
|
||||
#ifdef __DARWIN__
|
||||
#ifdef __APPLE__
|
||||
#define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes
|
||||
#endif
|
||||
extern int ChangeWindowAttributes(
|
||||
@@ -149,7 +146,7 @@ extern struct _Cursor* WindowGetDeviceCursor(
|
||||
|
||||
/* Quartz support on Mac OS X uses the HIToolbox
|
||||
framework whose GetWindowAttributes function conflicts here. */
|
||||
#ifdef __DARWIN__
|
||||
#ifdef __APPLE__
|
||||
#define GetWindowAttributes(w,c,x) Darwin_X_GetWindowAttributes(w,c,x)
|
||||
extern void Darwin_X_GetWindowAttributes(
|
||||
#else
|
||||
@@ -220,9 +217,14 @@ extern RegionPtr NotClippedByChildren(
|
||||
extern void SendVisibilityNotify(
|
||||
WindowPtr /*pWin*/);
|
||||
|
||||
extern void SaveScreens(
|
||||
int /*on*/,
|
||||
int /*mode*/);
|
||||
extern int dixSaveScreens(
|
||||
ClientPtr client,
|
||||
int on,
|
||||
int mode);
|
||||
|
||||
extern int SaveScreens(
|
||||
int on,
|
||||
int mode);
|
||||
|
||||
extern WindowPtr FindWindowWithOptional(
|
||||
WindowPtr /*w*/);
|
||||
|
||||
Reference in New Issue
Block a user