fix fadeout
This commit is contained in:
parent
0503835ee6
commit
244be92d11
2 changed files with 21 additions and 17 deletions
|
|
@ -50,7 +50,7 @@ public:
|
|||
|
||||
CHyprOpenGLImpl();
|
||||
|
||||
void begin(SMonitor*, pixman_region32_t*);
|
||||
void begin(SMonitor*, pixman_region32_t*, bool fake = false);
|
||||
void end();
|
||||
|
||||
void renderRect(wlr_box*, const CColor&);
|
||||
|
|
@ -91,6 +91,8 @@ private:
|
|||
int m_iDRMFD;
|
||||
std::string m_szExtensions;
|
||||
|
||||
bool m_bFakeFrame = false;
|
||||
|
||||
// Shaders
|
||||
SQuad m_shQUAD;
|
||||
CShader m_shRGBA;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue