update WM_CLASS instance name from vm_name
This commit is contained in:
9
src/qt/x11_util.h
Normal file
9
src/qt/x11_util.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void set_wm_class(unsigned long window, char *res_name);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user