update WM_CLASS instance name from vm_name

This commit is contained in:
Joakim L. Gilje
2023-11-21 23:37:50 +01:00
parent 0186304550
commit aeb44f1c5c
4 changed files with 52 additions and 0 deletions

9
src/qt/x11_util.h Normal file
View File

@@ -0,0 +1,9 @@
#ifdef __cplusplus
extern "C" {
#endif
void set_wm_class(unsigned long window, char *res_name);
#ifdef __cplusplus
}
#endif