Fix Linux compilation without SDL

This commit is contained in:
2024-08-04 23:38:02 +03:00
parent 04c3a3bc74
commit 6f7ccc5f16

View File

@@ -1213,12 +1213,14 @@ public:
}
};
/*struct Property
#if !PLATFORM_SDL
struct Property
{
unsigned char* data;
int format, nitems;
X11::Atom type;
};*/
unsigned char* data;
int format, nitems;
X11::Atom type;
};
#endif
namespace Impl
{