mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00:00
Fix. Custom client, get app name (#7562)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -257,3 +257,7 @@ bool Win32Window::OnCreate() {
|
||||
void Win32Window::OnDestroy() {
|
||||
// No-op; provided for subclasses.
|
||||
}
|
||||
|
||||
const wchar_t* getWindowClassName() {
|
||||
return kWindowClassName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user