Add 'disable-auto-hide-cursor' option
This commit is contained in:
parent
3a50c9e48c
commit
c6cf91d11f
3 changed files with 10 additions and 0 deletions
|
@ -75,6 +75,9 @@ const char kTransparent[] = "transparent";
|
|||
// Window type hint.
|
||||
const char kType[] = "type";
|
||||
|
||||
// Disable auto-hiding cursor.
|
||||
const char kDisableAutoHideCursor[] = "disable-auto-hide-cursor";
|
||||
|
||||
// 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