Fix Linux compilation without SDL

This commit is contained in:
2024-08-04 23:38:02 +03:00
committed by Ari Vuollet
parent 5c9ddf7f00
commit f1ffe1acaa

View File

@@ -1217,12 +1217,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
{