mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CONSRV] Fix build
This commit is contained in:
parent
9591550116
commit
741ae8ccdc
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -358,7 +358,7 @@ GuiPaintTextModeBuffer(PTEXTMODE_SCREEN_BUFFER Buffer,
|
|||
HFONT OldFont, NewFont;
|
||||
BOOLEAN IsUnderline;
|
||||
|
||||
SetRectEmpty(&rcFramebuffer);
|
||||
SetRectEmpty(rcFramebuffer);
|
||||
|
||||
if (Buffer->Buffer == NULL) return;
|
||||
|
||||
|
|
Loading…
Reference in a new issue