Merge pull request #1631 from laciba96/master

Add support for overridable VM name
This commit is contained in:
Miran Grča
2021-09-01 15:02:10 +02:00
committed by GitHub
3 changed files with 25 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ extern uint64_t unique_id;
extern uint64_t source_hwnd;
#endif
extern char log_path[1024]; /* (O) full path of logfile */
extern char vm_name[1024]; /* (O) display name of the VM */
extern int window_w, window_h, /* (C) window size and */