This commit is contained in:
Brian Anderson 2012-04-17 16:13:53 -07:00
parent ec046a1160
commit 698d133571

View file

@ -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;