renderer: asynchronously load background tex (#11749)
Bumps required hyprgraphics to 0.1.6 --------- Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
parent
91f592a875
commit
4fc95d646d
16 changed files with 252 additions and 87 deletions
|
|
@ -188,6 +188,9 @@ class CMonitor {
|
|||
|
||||
PHLANIMVAR<float> m_cursorZoom;
|
||||
|
||||
// for fading in the wallpaper because it doesn't happen instantly (it's loaded async)
|
||||
PHLANIMVAR<float> m_backgroundOpacity;
|
||||
|
||||
// for initial zoom anim
|
||||
PHLANIMVAR<float> m_zoomAnimProgress;
|
||||
CTimer m_newMonitorAnimTimer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue