What the fuck is going on with git, fix the entire scaling merge

This reverts commit 5b15d3b4f4.
This commit is contained in:
vaxerski
2022-05-18 20:33:54 +02:00
parent 5454cf8e89
commit 198fc90df5
6 changed files with 63 additions and 48 deletions

View File

@@ -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&, int round = 0);
@@ -92,6 +92,8 @@ private:
int m_iDRMFD;
std::string m_szExtensions;
bool m_bFakeFrame = false;
// Shaders
SQuad m_shQUAD;
CShader m_shRGBA;