[CONSRV] Fix build

This commit is contained in:
Pierre Schweitzer 2018-03-11 21:19:11 +01:00
parent 9591550116
commit 741ae8ccdc
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B
2 changed files with 2 additions and 2 deletions

View file

@ -129,7 +129,7 @@ GuiPaintGraphicsBuffer(PGRAPHICS_SCREEN_BUFFER Buffer,
PCONSRV_CONSOLE Console = Buffer->Header.Console;
// ASSERT(Console == GuiData->Console);
SetRectEmpty(&rcFramebuffer);
SetRectEmpty(rcFramebuffer);
if (Buffer->BitMap == NULL) return;

View file

@ -358,7 +358,7 @@ GuiPaintTextModeBuffer(PTEXTMODE_SCREEN_BUFFER Buffer,
HFONT OldFont, NewFont;
BOOLEAN IsUnderline;
SetRectEmpty(&rcFramebuffer);
SetRectEmpty(rcFramebuffer);
if (Buffer->Buffer == NULL) return;