Revert "dix: Fix types in WindowOptRec"
This reverts commit a4553019a1
.
ABI change pended for 1.13
This commit is contained in:
parent
e722ad6c3e
commit
5867d453ce
|
@ -87,8 +87,8 @@ typedef struct _WindowOpt {
|
||||||
struct _OtherClients *otherClients; /* default: NULL */
|
struct _OtherClients *otherClients; /* default: NULL */
|
||||||
struct _GrabRec *passiveGrabs; /* default: NULL */
|
struct _GrabRec *passiveGrabs; /* default: NULL */
|
||||||
PropertyPtr userProps; /* default: NULL */
|
PropertyPtr userProps; /* default: NULL */
|
||||||
CARD32 backingBitPlanes; /* default: ~0L */
|
unsigned long backingBitPlanes; /* default: ~0L */
|
||||||
CARD32 backingPixel; /* default: 0 */
|
unsigned long backingPixel; /* default: 0 */
|
||||||
RegionPtr boundingShape; /* default: NULL */
|
RegionPtr boundingShape; /* default: NULL */
|
||||||
RegionPtr clipShape; /* default: NULL */
|
RegionPtr clipShape; /* default: NULL */
|
||||||
RegionPtr inputShape; /* default: NULL */
|
RegionPtr inputShape; /* default: NULL */
|
||||||
|
|
Loading…
Reference in New Issue