merge XFree86 4.3.0.1 to -CURRENT
This commit is contained in:
@@ -161,6 +161,11 @@ extern void DestroySubwindows(
|
||||
#endif
|
||||
);
|
||||
|
||||
/* Quartz support on Mac OS X uses the HIToolbox
|
||||
framework whose ChangeWindowAttributes function conflicts here. */
|
||||
#ifdef __DARWIN__
|
||||
#define ChangeWindowAttributes Darwin_X_ChangeWindowAttributes
|
||||
#endif
|
||||
extern int ChangeWindowAttributes(
|
||||
#if NeedFunctionPrototypes
|
||||
WindowPtr /*pWin*/,
|
||||
@@ -170,7 +175,14 @@ extern int ChangeWindowAttributes(
|
||||
#endif
|
||||
);
|
||||
|
||||
/* Quartz support on Mac OS X uses the HIToolbox
|
||||
framework whose GetWindowAttributes function conflicts here. */
|
||||
#ifdef __DARWIN__
|
||||
#define GetWindowAttributes(w,c,x) Darwin_X_GetWindowAttributes(w,c,x)
|
||||
extern void Darwin_X_GetWindowAttributes(
|
||||
#else
|
||||
extern void GetWindowAttributes(
|
||||
#endif
|
||||
#if NeedFunctionPrototypes
|
||||
WindowPtr /*pWin*/,
|
||||
ClientPtr /*client*/,
|
||||
|
||||
Reference in New Issue
Block a user