Fix. Custom client, get app name (#7562)
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
bf6e465970
commit
82d9b033f2
2 changed files with 16 additions and 9 deletions
|
|
@ -257,3 +257,7 @@ bool Win32Window::OnCreate() {
|
|||
void Win32Window::OnDestroy() {
|
||||
// No-op; provided for subclasses.
|
||||
}
|
||||
|
||||
const wchar_t* getWindowClassName() {
|
||||
return kWindowClassName;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue