Skip to content

Commit

Permalink
auto merge of #2377 : aydinkim/servo/hidpi, r=larsbergstrom
Browse files Browse the repository at this point in the history
Fix for android rendering.
Need to consider about getting accurate size framebuffer & window parameter respectively from android stack and follow up the stuffs on another platform.
  • Loading branch information
bors-servo committed May 9, 2014
2 parents 4fb36cd + 6d18ca4 commit 052d3cb
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

0 comments on commit 052d3cb

Please sign in to comment.