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

backend: make target window a parameter of the init backend operation #1105

Merged

Conversation

absolutelynothelix
Copy link
Collaborator

backend: make target window a parameter of the init backend operation

to address a todo

backend: egl: simplify usage of the target window parameter in egl_init

backend: dummy: change type of ps parameter to session_t in dummy_init

@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Merging #1105 (156423c) into next (751f305) will decrease coverage by 0.14%.
The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##             next    #1105      +/-   ##
==========================================
- Coverage   37.55%   37.42%   -0.14%     
==========================================
  Files          49       49              
  Lines       11181    11183       +2     
==========================================
- Hits         4199     4185      -14     
- Misses       6982     6998      +16     
Files Changed Coverage Δ
src/backend/xrender/xrender.c 0.00% <0.00%> (ø)
src/backend/gl/egl.c 24.35% <33.33%> (ø)
src/backend/dummy/dummy.c 65.33% <100.00%> (ø)
src/backend/gl/glx.c 38.51% <100.00%> (ø)
src/diagnostic.c 75.00% <100.00%> (ø)
src/picom.c 61.11% <100.00%> (-0.49%) ⬇️

... and 1 file with indirect coverage changes

@yshui
Copy link
Owner

yshui commented Dec 16, 2023

LGTM!

@yshui yshui merged commit a26e4df into yshui:next Dec 16, 2023
6 checks passed
@absolutelynothelix absolutelynothelix deleted the backend-init-target-window-parameter branch December 16, 2023 19:22
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