mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:15:07 +00:00
Ladybird: Basic scrolling support
This commit is contained in:
parent
1eb653115b
commit
80526625e8
3 changed files with 27 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
/*
|
||||
* Copyright (c) 2022, Andreas Kling <kling@serenityos.org>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
#include "WebView.h"
|
||||
#include <LibCore/ArgsParser.h>
|
||||
#include <LibCore/EventLoop.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue