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

appIndicator Use Clutter to load RGBA Pixmap textures natively #413

Merged
merged 3 commits into from
Mar 9, 2023

Conversation

3v1n0
Copy link
Collaborator

@3v1n0 3v1n0 commented Mar 9, 2023

Avoid doing the conversion JS, as Clutter can handle this natively.

In case we don't have overlays (and then we don't need to create an emblemed
icon), we can avoid going through reading the texture, but just leave to
clutter the role of painting the ImageContent as it is.

Closes: #295

Avoid doing the conversion JS, as Clutter can handle this natively.

In case we don't have overlays (and then we don't need to create an emblemed
icon), we can avoid going through reading the texture, but just leave to
clutter the role of painting the ImageContent as it is.

Closes: #295
We don't need to create a child actor, we can just reuse the same logic we
now use for pixmaps.
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.

Lags on unlock only when the extension is enabled
1 participant