From 8c66be442aaff47a978d699343a0082686530b83 Mon Sep 17 00:00:00 2001 From: Nicholai Benalal Date: Thu, 19 Apr 2018 07:31:34 +1000 Subject: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers white. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 3ec70a380..df059e68d 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -390,6 +390,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_PRINT_BLACKONWHITE 2 #define SC_PRINT_COLOURONWHITE 3 #define SC_PRINT_COLOURONWHITEDEFAULTBG 4 +#define SC_PRINT_SCREENCOLOURS 5 #define SCI_SETPRINTCOLOURMODE 2148 #define SCI_GETPRINTCOLOURMODE 2149 #define SCFIND_WHOLEWORD 0x2 -- cgit v1.2.3