mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:27:35 +00:00
LibWeb: Make Window.screen a replaceable attribute
Required by Shadertoy.
This commit is contained in:
parent
4463de3d10
commit
7b635998a8
2 changed files with 8 additions and 1 deletions
|
@ -224,7 +224,9 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(performance_setter);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(history_getter);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(screen_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(screen_setter);
|
||||
|
||||
JS_DECLARE_NATIVE_FUNCTION(event_getter);
|
||||
JS_DECLARE_NATIVE_FUNCTION(event_setter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue