Fix Linux compilation without SDL

This commit is contained in:
2024-08-04 23:38:02 +03:00
committed by Ari Vuollet
parent 84f3cda190
commit ffc40ba634

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
{