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

Set WM_CLASS window hint for Xorg

This commit is contained in:
kwolekr 2014-12-15 13:47:31 -05:00
parent 8fe1d3fc2e
commit 8661b3587b
3 changed files with 32 additions and 1 deletions

View file

@ -411,6 +411,9 @@ inline const char * getPlatformName()
;
}
void setXorgClassHint(const video::SExposedVideoData &video_data,
const std::string &name);
} // namespace porting
#ifdef __ANDROID__