Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
picom: fix binding root back pixmap in case of depth mismatch
the root back pixmap's depth may mismatch the display's screen depth. in this case picom will fail to bind it what causes errors, warnings and weird behavior. instead of using the display's screen depth we will use the root back pixmap's depth.
- Loading branch information