Skip to content

Conversation

@metux
Copy link
Contributor

@metux metux commented Nov 20, 2025

Signed-off-by: Enrico Weigelt, metux IT consult [email protected]

CARD32 type, a, r, g, b;

if (PictureGeneration != serverGeneration) {
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need the extra scope block?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just didn't want to add lots of indention changes here ...

metux added a commit that referenced this pull request Nov 21, 2025
metux added a commit that referenced this pull request Nov 21, 2025
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
@metux metux force-pushed the pr/render-drop-internal-server-reset-support-_2025-11-20_16-37-24 branch from cbb5dfe to ed3527c Compare November 21, 2025 14:55
@metux
Copy link
Contributor Author

metux commented Nov 21, 2025

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.

@stefan11111
Copy link
Contributor

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.

Perhaps we should add such flags to other init functions?

@metux
Copy link
Contributor Author

metux commented Nov 22, 2025

had to change it once more: PictureInit indeed can be called multiple times (eg. for each screen), but certain things in here must only be done once. using a boolean flag now.

Perhaps we should add such flags to other init functions?

to those who need it.

metux added a commit that referenced this pull request Nov 27, 2025
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.

3 participants