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

(Do not merge) Use Piston's freetype-sys #307

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fix a compilation warning

  • Loading branch information
nox committed Jul 3, 2016
commit e6a4a56a220c57550803901c4b6b1a8c20cb9333
@@ -237,7 +237,7 @@ impl RenderBackend {
ApiMsg::TranslatePointToLayerSpace(point, tx) => {
// First, find the specific layer that contains the point.
let point = point / self.device_pixel_ratio;
if let (Some(root_pipeline_id), Some(root_scroll_layer_id)) =
if let (Some(_), Some(root_scroll_layer_id)) =
(self.scene.root_pipeline_id,
self.frame.root_scroll_layer_id) {
if let Some(scroll_layer_id) =
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.