Add "type" option to change window type
This commit is contained in:
parent
6b37f30bd6
commit
f0924df68a
5 changed files with 29 additions and 0 deletions
|
@ -72,6 +72,9 @@ const char kPreloadScript[] = "preload";
|
|||
// Whether the window should be transparent.
|
||||
const char kTransparent[] = "transparent";
|
||||
|
||||
// Window type hint.
|
||||
const char kType[] = "type";
|
||||
|
||||
// Web runtime features.
|
||||
const char kExperimentalFeatures[] = "experimental-features";
|
||||
const char kExperimentalCanvasFeatures[] = "experimental-canvas-features";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue