mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Cleanup
This commit is contained in:
parent
ec046a1160
commit
698d133571
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ fn main() {
|
|||
// The platform event handler thread
|
||||
let osmain_ch = osmain::osmain();
|
||||
|
||||
// The drawing task
|
||||
// The compositor
|
||||
let draw_ch = gfx::compositor::compositor(osmain_ch);
|
||||
|
||||
// The model
|
||||
// Not sure what this is but it decides what to draw
|
||||
let model_ch = task::spawn_listener {|po|
|
||||
let mut x1 = 100;
|
||||
let mut y1 = 100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue