-
Notifications
You must be signed in to change notification settings - Fork 81
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
Sync user interface structures to Toady headers #782
Conversation
The sizes of the following types have changed in this pull request. Please verify that this is intentional. Note that renamed types are not currently detected and will also be listed here.
This is an automated comment. Please leave a reply if you think that the above information is incorrect. |
once I get this merged in, do you want to take a pass at 51.01-beta14 updates? I took a pass, but when I looked though again it seems like I missed quite a bit, and I'd feel better if you looked over it as well. |
I just realized I've been avoiding |
should we factor those out into separate compounds?
<class-type type-name='widget_text_multiline' original-name='widgets::text_multiline' inherits-from='widget_text'> | ||
<stl-vector type-name='stl-string' name='strs'/> | ||
</class-type> | ||
<class-type type-name='widget_text_multiline' original-name='widgets::text_multiline' inherits-from='widget_text'/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is correct because the strs vector is static... but how can widget state possibly be static like that?
I think this might be the last of them!