aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.h
diff options
context:
space:
mode:
authorNicholai Benalal <unknown>2018-04-19 07:31:34 +1000
committerNicholai Benalal <unknown>2018-04-19 07:31:34 +1000
commit1eb0f569bf6e9d3fde4f482fb2c06e980b6f72af (patch)
treeed0ed7afb0f2df1328cc0ff0201a6cd5907d1314 /include/Scintilla.h
parentcf140021a52c563e8f6835364499c0ecf54e8ded (diff)
downloadscintilla-mirror-1eb0f569bf6e9d3fde4f482fb2c06e980b6f72af.tar.gz
Backport: SC_PRINT_SCREENCOLOURS doesn't force the background colour of line numbers white.
Backport of changeset 6700:daa126b86c17.
Diffstat (limited to 'include/Scintilla.h')
-rw-r--r--include/Scintilla.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Scintilla.h b/include/Scintilla.h
index d17a53718..833ac9aab 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