gtk: Add BrowserWindow.setSkipTaskbar API.

This commit is contained in:
Cheng Zhao 2014-06-16 10:29:51 +08:00
parent a8cb839734
commit 70d3365414
12 changed files with 29 additions and 0 deletions

View file

@ -395,6 +395,9 @@ void NativeWindowWin::FlashFrame(bool flash) {
window_->FlashFrame(flash);
}
void NativeWindowWin::SetSkipTaskbar(bool skip) {
}
void NativeWindowWin::SetKiosk(bool kiosk) {
SetFullscreen(kiosk);
}