Remove regions, add framing (fixes mirrors)

This commit is contained in:
elasota
2019-12-29 04:13:35 -05:00
parent 527e83fdd6
commit b24505164d
22 changed files with 75 additions and 260 deletions

View File

@@ -3,8 +3,6 @@
#include "RGBAColor.h"
#include "SharedTypes.h"
struct Region;
namespace PortabilityLayer
{
struct QDState
@@ -14,7 +12,7 @@ namespace PortabilityLayer
int m_fontID;
int m_textFace;
int m_textSize;
Region **m_clipRegion;
Rect m_clipRect;
Point m_penPos;
bool m_penInvert;
bool m_penMask;