Move app commands to strings
This commit is contained in:
parent
210417b428
commit
cde7c6a4ef
9 changed files with 125 additions and 63 deletions
|
@ -67,7 +67,7 @@ class NativeWindowObserver {
|
|||
virtual void OnRendererResponsive() {}
|
||||
|
||||
// Called on Windows when App Commands arrive (WM_APPCOMMAND)
|
||||
virtual void OnExecuteWindowsCommand(int command) {}
|
||||
virtual void OnExecuteWindowsCommand(std::string& command_name) {}
|
||||
};
|
||||
|
||||
} // namespace atom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue