Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decouple script from compositor, route through layout #517

Merged
merged 5 commits into from Jun 17, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

fixed docstring for create_compositor_task

  • Loading branch information
Tim Kuehn
Tim Kuehn committed Jun 15, 2013
commit 112ec6f9387190c21bdceff14d1516f392eb9fb2
@@ -131,8 +131,7 @@ impl CompositorTask {
}
}

/// Starts the compositor. Returns an interface that can be used to communicate with the
/// compositor
/// Starts the compositor, which listens for messages on the specified port.
pub fn create_compositor_task(port: Port<Msg>,
profiler_chan: ProfilerChan,
shutdown_chan: Chan<()>) {
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.