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

fix the build and add Lock() where needed #13

Closed
wants to merge 4 commits into from

Conversation

thaflo
Copy link

@thaflo thaflo commented Sep 11, 2023

still necessary to "make install" first, so that pics get in the right folder
fixes #8

@@ -46,7 +46,7 @@ RHTMLAboutWin::RHTMLAboutWin(BRect fRect,BWindow *parent): BWindow(fRect,fOption
AddChild(fView);
image = new BBitmap(BRect(0,0,99,199), B_RGB32 );
image->SetBits(AboutPicture, 60000, 0, B_RGB32);
fViewj->SetViewBitmap(image,BRect(0,0,99,199),BRect(0,0,99,199),B_FOLLOW_TOP,B_FOLLOW_TOP);
//fViewj->SetViewBitmap(image,BRect(0,0,99,199),BRect(0,0,99,199),B_FOLLOW_TOP,B_FOLLOW_TOP);
Copy link
Member

Choose a reason for hiding this comment

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

What's the story with this change?

@thaflo
Copy link
Author

thaflo commented Sep 12, 2023 via email

@thaflo thaflo closed this Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Help menu isn't working
2 participants