mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add onresize handler to GlobalEventHandlers
Refs: https://github.com/servo/servo/issues/7996 Rebased: https://github.com/servo/servo/pull/8006
This commit is contained in:
parent
5e1f0495a9
commit
d4fe40089b
7 changed files with 64 additions and 15 deletions
|
@ -333,6 +333,7 @@ macro_rules! error_event_handler(
|
|||
macro_rules! global_event_handlers(
|
||||
() => (
|
||||
event_handler!(load, GetOnload, SetOnload);
|
||||
event_handler!(resize, GetOnresize, SetOnresize);
|
||||
global_event_handlers!(NoOnload);
|
||||
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue