mirror of
https://github.com/servo/servo.git
synced 2025-08-08 23:15:33 +01:00
Refactoring of the Glutin port in preparation of the compositor refactoring.
This commit is contained in:
parent
d58ea974ba
commit
21ed7653f4
30 changed files with 1287 additions and 1067 deletions
|
@ -17,8 +17,9 @@ cd "$(git rev-parse --show-toplevel)"
|
|||
PATHS=(
|
||||
"components/compositing/compositor.rs"
|
||||
"components/constellation/"
|
||||
"ports/servo/glutin_app/mod.rs"
|
||||
"ports/servo/glutin_app/window.rs"
|
||||
"ports/glutin/headed_window.rs"
|
||||
"ports/glutin/headless_window.rs"
|
||||
"ports/glutin/embedder.rs"
|
||||
)
|
||||
|
||||
# Make sure the paths exist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue