-
Notifications
You must be signed in to change notification settings - Fork 197
render: drop internal server reset support #1448
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
base: master
Are you sure you want to change the base?
render: drop internal server reset support #1448
Conversation
| CARD32 type, a, r, g, b; | ||
|
|
||
| if (PictureGeneration != serverGeneration) { | ||
| { |
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.
Do we need the extra scope block?
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.
just didn't want to add lots of indention changes here ...
Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
cbb5dfe to
ed3527c
Compare
|
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. |
Signed-off-by: Enrico Weigelt, metux IT consult [email protected]