fix blur on transformed displays
This commit is contained in:
parent
7a3b57c99c
commit
6afab12b91
2 changed files with 22 additions and 17 deletions
|
|
@ -91,9 +91,9 @@ public:
|
|||
|
||||
void clear(const CColor&);
|
||||
void clearWithTex();
|
||||
void scissor(const wlr_box*);
|
||||
void scissor(const pixman_box32*);
|
||||
void scissor(const int x, const int y, const int w, const int h);
|
||||
void scissor(const wlr_box*, bool transform = true);
|
||||
void scissor(const pixman_box32*, bool transform = true);
|
||||
void scissor(const int x, const int y, const int w, const int h, bool transform = true);
|
||||
|
||||
void destroyMonitorResources(CMonitor*);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue