Skip to content

Commit

Permalink
fix hidpi parameter of android
Browse files Browse the repository at this point in the history
  • Loading branch information
aydin.kim committed May 9, 2014
1 parent 78a768a commit 6d18ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/main/platform/common/glut_windowing.rs
Expand Up @@ -182,7 +182,7 @@ impl WindowMethods<Application> for Window {

fn hidpi_factor(&self) -> f32 {
//FIXME: Do nothing in GLUT now.
0f32
1f32
}
}

Expand Down

5 comments on commit 6d18ca4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from larsbergstrom
at aydinkim@6d18ca4

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging aydinkim/servo/hidpi = 6d18ca4 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aydinkim/servo/hidpi = 6d18ca4 merged ok, testing candidate = 052d3cb

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 052d3cb

Please sign in to comment.