Added callback when new module is launched
This avoids having to guess the display window title format Also manually fixed the linting errors picked out by travis which do not get picked up using xb format locally
This commit is contained in:
@@ -167,7 +167,7 @@ bool Win32Window::set_title(const std::wstring& title) {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Win32Window::SetIconFromBuffer(void *buffer, size_t size) {
|
||||
bool Win32Window::SetIconFromBuffer(void* buffer, size_t size) {
|
||||
if (icon_ != nullptr) {
|
||||
DestroyIcon(icon_);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user