Fix building on Windows
This commit is contained in:
parent
21ee1f257f
commit
4e14c8634b
3 changed files with 6 additions and 1 deletions
|
@ -54,6 +54,10 @@ HICON ViewsDelegate::GetDefaultWindowIcon() const {
|
|||
return LoadIcon(GetModuleHandle(NULL), MAKEINTRESOURCE(1 /* IDR_MAINFRAME */));
|
||||
}
|
||||
|
||||
HICON ViewsDelegate::GetSmallWindowIcon() const {
|
||||
return GetDefaultWindowIcon();
|
||||
}
|
||||
|
||||
bool ViewsDelegate::IsWindowInMetro(gfx::NativeWindow window) const {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue