mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Compile fix for Xrandr
This commit is contained in:
parent
34fbafebed
commit
a7cd0077b7
@ -21,6 +21,7 @@
|
|||||||
// Ugly workaround around the conflicting definition
|
// Ugly workaround around the conflicting definition
|
||||||
// of Connection that randr.h provides.
|
// of Connection that randr.h provides.
|
||||||
#define _RANDR_H_
|
#define _RANDR_H_
|
||||||
|
typedef unsigned short Connection;
|
||||||
typedef unsigned short Rotation;
|
typedef unsigned short Rotation;
|
||||||
typedef unsigned short SizeID;
|
typedef unsigned short SizeID;
|
||||||
typedef unsigned short SubpixelOrder;
|
typedef unsigned short SubpixelOrder;
|
||||||
|
@ -40,6 +40,7 @@
|
|||||||
// Ugly workaround around the conflicting definition
|
// Ugly workaround around the conflicting definition
|
||||||
// of Connection that randr.h provides.
|
// of Connection that randr.h provides.
|
||||||
#define _RANDR_H_
|
#define _RANDR_H_
|
||||||
|
typedef unsigned short Connection;
|
||||||
typedef unsigned short Rotation;
|
typedef unsigned short Rotation;
|
||||||
typedef unsigned short SizeID;
|
typedef unsigned short SizeID;
|
||||||
typedef unsigned short SubpixelOrder;
|
typedef unsigned short SubpixelOrder;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user