Apply 4140 update

This commit is contained in:
Alibek Omarov
2018-06-09 01:28:35 +03:00
parent 9bab7d222a
commit 814b7eda07
76 changed files with 1397 additions and 529 deletions

View File

@@ -42,7 +42,7 @@ static Font* staticFont = NULL;
static FontInfo* staticFontInfo;
static Dar<FontInfo*> staticFontInfoDar;
static PaintStack paintStack[MAX_PAINT_STACK];
static staticPaintStackPos = 0;
static int staticPaintStackPos = 0;
CEngineSurface :: CEngineSurface( Panel *embeddedPanel ):SurfaceBase( embeddedPanel )
{