random flailing
(cherry picked from commit 7fb9b2dc615a3bd1a3c087438af7a8b88265cfaa)
This commit is contained in:
committed by
Jeremy Huddleston
parent
a7503615a6
commit
edd3fb784b
@@ -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,x) Darwin_X_GetWindowAttributes(w,c,x)
|
||||
#define GetWindowAttributes(w,c) Darwin_X_GetWindowAttributes(w,c)
|
||||
extern void Darwin_X_GetWindowAttributes(
|
||||
#else
|
||||
extern void GetWindowAttributes(
|
||||
|
||||
Reference in New Issue
Block a user