Revert "Merge pull request #88 from vaxerski/scaling"

This reverts commit f68ddc382a, reversing
changes made to ba573a529a.
This commit is contained in:
vaxerski
2022-05-18 14:42:00 +02:00
parent f68ddc382a
commit 5b15d3b4f4
6 changed files with 48 additions and 63 deletions

View File

@@ -50,7 +50,7 @@ public:
CHyprOpenGLImpl();
void begin(SMonitor*, pixman_region32_t*, bool fake = false);
void begin(SMonitor*, pixman_region32_t*);
void end();
void renderRect(wlr_box*, const CColor&, int round = 0);
@@ -92,8 +92,6 @@ private:
int m_iDRMFD;
std::string m_szExtensions;
bool m_bFakeFrame = false;
// Shaders
SQuad m_shQUAD;
CShader m_shRGBA;