renderer: add popup fade-in-out (#11313)
Adds xdg popup fade-in and fade-out
This commit is contained in:
parent
77068c781d
commit
855d103aef
6 changed files with 169 additions and 6 deletions
|
|
@ -298,6 +298,7 @@ class CHyprOpenGLImpl {
|
|||
|
||||
std::map<PHLWINDOWREF, CFramebuffer> m_windowFramebuffers;
|
||||
std::map<PHLLSREF, CFramebuffer> m_layerFramebuffers;
|
||||
std::map<WP<CPopup>, CFramebuffer> m_popupFramebuffers;
|
||||
std::map<PHLMONITORREF, SMonitorRenderData> m_monitorRenderResources;
|
||||
std::map<PHLMONITORREF, CFramebuffer> m_monitorBGFBs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue