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. #102

Closed
azul3d-bot opened this issue Mar 6, 2016 · 1 comment
Closed

Clarify Props.SetFramebufferSize more. #102

azul3d-bot opened this issue Mar 6, 2016 · 1 comment

Comments

@azul3d-bot
Copy link

Issue by slimsag
Saturday Nov 08, 2014 at 16:28 GMT
Originally opened as azul3d-legacy/gfx#42


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.
@slimsag
Copy link
Member

slimsag commented Mar 6, 2016

Fixed/merged as part of #1

@slimsag slimsag closed this as completed Mar 6, 2016
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