XQuartz: Handled sanitization of namespace better
(cherry picked from commit 8cb23d672177da919257c885804cecd18cf9af88)
This commit is contained in:
@@ -134,7 +134,7 @@ extern int ChangeWindowAttributes(
|
||||
/* Quartz support on Mac OS X uses the HIToolbox
|
||||
framework whose GetWindowAttributes function conflicts here. */
|
||||
#ifdef __APPLE__
|
||||
#define GetWindowAttributes(w,c) Darwin_X_GetWindowAttributes(w,c)
|
||||
#define GetWindowAttributes(w,c,x) Darwin_X_GetWindowAttributes(w,c,x)
|
||||
extern void Darwin_X_GetWindowAttributes(
|
||||
#else
|
||||
extern void GetWindowAttributes(
|
||||
|
||||
Reference in New Issue
Block a user