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

Scenic loop #54

Merged
merged 10 commits into from
Oct 21, 2023
Merged

Scenic loop #54

merged 10 commits into from
Oct 21, 2023

Conversation

ringlej
Copy link
Contributor

@ringlej ringlej commented Oct 17, 2023

This PR is on top of #53
This fixes cairo-gtk on macos, where gtk_main() must be run on the Main Thread

Copy link
Contributor

@crertel crertel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Left a comment about pushing along more of the pstdint-type stuff.

Comment on lines 165 to 170
static inline unsigned short get_uint16(void* p, uint32_t offset)
{
return ntoh_ui16(*((unsigned short*)(p + offset)));
}

static inline unsigned int get_uint32( void* p, uint32_t offset ) {
static inline unsigned int get_uint32(void* p, uint32_t offset)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the return signature, do we want these to be uint32_t instead of unsigned int,etc.?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated this in #53

@ringlej ringlej mentioned this pull request Oct 19, 2023
@crertel crertel merged commit 58c1177 into ScenicFramework:main Oct 21, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants