Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'far2l/src/console/scrbuf.hpp')
-rw-r--r--far2l/src/console/scrbuf.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/far2l/src/console/scrbuf.hpp b/far2l/src/console/scrbuf.hpp
index 497c01a9..f7ad4b4f 100644
--- a/far2l/src/console/scrbuf.hpp
+++ b/far2l/src/console/scrbuf.hpp
@@ -81,10 +81,10 @@ class ScreenBuf
void RestoreMacroChar();
void RestoreElevationChar();
- void ApplyColorMask(int X1,int Y1,int X2,int Y2,WORD ColorMask);
- void ApplyColor(int X1,int Y1,int X2,int Y2,WORD Color);
- void ApplyColor(int X1,int Y1,int X2,int Y2,int Color,WORD ExceptColor);
- void FillRect(int X1,int Y1,int X2,int Y2,WCHAR Ch,WORD Color);
+ void ApplyColorMask(int X1,int Y1,int X2,int Y2,DWORD64 ColorMask);
+ void ApplyColor(int X1,int Y1,int X2,int Y2,DWORD64 Color);
+ void ApplyColor(int X1,int Y1,int X2,int Y2,DWORD64 Color,DWORD64 ExceptColor);
+ void FillRect(int X1,int Y1,int X2,int Y2,WCHAR Ch,DWORD64 Color);
void Scroll(int);
void Flush();