From 67060f15a16ddd34a1fc8d1074fb02d10a571dca Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 1 Jul 2000 13:01:08 +0000 Subject: Support for print magnification and print light inverted. Stopped printing of indentation guides. --- src/Editor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Editor.h') diff --git a/src/Editor.h b/src/Editor.h index 73b0308c8..d1074073e 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -56,6 +56,8 @@ protected: // ScintillaBase subclass needs access to much of Editor bool stylesValid; ViewStyle vs; Palette palette; + int printMagnification; + bool printInvertLight; bool hideSelection; bool inOverstrike; -- cgit v1.2.3