Fix Linux compilation without SDL
This commit is contained in:
@@ -1217,12 +1217,14 @@ public:
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/*struct Property
|
#if !PLATFORM_SDL
|
||||||
|
struct Property
|
||||||
{
|
{
|
||||||
unsigned char* data;
|
unsigned char* data;
|
||||||
int format, nitems;
|
int format, nitems;
|
||||||
X11::Atom type;
|
X11::Atom type;
|
||||||
};*/
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace Impl
|
namespace Impl
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user