move native-mate back into the api layer
This commit is contained in:
parent
837a2d4bbd
commit
2abc69780e
5 changed files with 11 additions and 9 deletions
|
@ -336,8 +336,8 @@ void NativeWindow::MoveTabToNewWindow() {
|
|||
void NativeWindow::ToggleTabBar() {
|
||||
}
|
||||
|
||||
void NativeWindow::AddTabbedWindow(NativeWindow* window,
|
||||
mate::Arguments* args) {
|
||||
bool NativeWindow::AddTabbedWindow(NativeWindow* window) {
|
||||
return true; // for non-Mac platforms
|
||||
}
|
||||
|
||||
void NativeWindow::SetVibrancy(const std::string& filename) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue