1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Move the platform-dependent stuff in renderingengine.cpp to irrlicht (#13348)

This commit is contained in:
DS 2023-06-11 14:17:39 +02:00 committed by GitHub
parent 553dc02deb
commit c91182e1b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 321 deletions

View file

@ -59,10 +59,8 @@ public:
static const VideoDriverInfo &getVideoDriverInfo(irr::video::E_DRIVER_TYPE type);
static float getDisplayDensity();
bool setupTopLevelWindow(const std::string &name);
void setupTopLevelXorgWindow(const std::string &name);
bool setupTopLevelWindow();
bool setWindowIcon();
bool setXorgWindowIconFromPath(const std::string &icon_file);
static bool print_video_modes();
void cleanupMeshCache();