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

PATCH - Fix limit of 2^8 GuiWindow child elements #15

Closed
GoogleCodeExporter opened this issue Jun 19, 2015 · 1 comment
Closed

PATCH - Fix limit of 2^8 GuiWindow child elements #15

GoogleCodeExporter opened this issue Jun 19, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

While in some places GuiWindow seem to accept 2^32 children [1], in most
places the maximum number of children is implicitely 2^8 [2].

Since 2^8 was insufficient for my need (2^16 would have been enough tho), i
figured it might eventually also be the case for others. Thus, here's a
patch that brings up the limit to 2^16. (I doubt anyone will need 2^32
elements...)

[1] e.g.GetGuiElementAt(u32)
[2] e.g. Draw() and Update()

What version of the product are you using? On what operating system?
The patch was created against SVN HEAD (r49). I tested my code on my Wii.

Original issue reported on code.google.com by evily...@gmail.com on 19 Apr 2010 at 6:36

Attachments:

@GoogleCodeExporter
Copy link
Author

Original comment by dborth@gmail.com on 19 Jun 2010 at 4:17

  • Changed state: Completed

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

1 participant