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

Several fixes #492

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Stop hammering on the compositor

  • Loading branch information
pcwalton committed May 29, 2013
commit ca255b1efbd9014ac007912bdc60df7192e793bd
@@ -193,10 +193,12 @@ fn run_main_loop(port: Port<Msg>,
image_layer.common.set_transform(transform)
}

*page_size = Size2D(page_width, page_height)
*page_size = Size2D(page_width, page_height);

// TODO: Recycle the old buffers; send them back to the renderer to reuse if
// it wishes.

window.set_needs_display()
}
}
}
@@ -94,7 +94,6 @@ impl WindowMethods<Application> for Window {
/// Presents the window to the screen (perhaps by page flipping).
pub fn present(&mut self) {
glut::swap_buffers();
glut::post_redisplay();
}

/// Registers a callback to run when a composite event occurs.
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.