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

Clarify Props.SetFramebufferSize more. #42

Closed
slimsag opened this issue Nov 8, 2014 · 0 comments
Closed

Clarify Props.SetFramebufferSize more. #42

slimsag opened this issue Nov 8, 2014 · 0 comments

Comments

@slimsag
Copy link
Contributor

slimsag commented Nov 8, 2014

Props.SetFramebufferSize mentions a vague window owner:

// SetFramebufferSize sets the size of the framebuffer in pixels. Each value is
// clamped to at least a value of 1.
//
// Only the window owner should ever set the framebuffer size.

It should instead read:

// SetFramebufferSize sets the size of the framebuffer in pixels. Each value is
// clamped to at least a value of 1.
//
// Only the Window implementation should set the framebuffer size: clients who are just
// utilizing the existing implementations defined in this package should not invoke this
// method.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants