--- C:/DOCUME~1/Bogdan/LOCALS~1/Temp/AppPref-revBASE.svn003.tmp.h Wed Nov 25 01:11:00 2009 +++ C:/vc/sumatrapdf/src/AppPrefs.h Wed Nov 25 01:10:52 2009 @@ -60,6 +60,10 @@ int m_showToc; int m_globalPrefsOnly; + /* Forward search highlighting settings */ + int m_fwdsearchOffset; /* if <=0 then use the official (row) style, otherwise use the new style, i.e. coloured block on the left side */ + int m_fwdsearchColor; /* highlight color of the forward-search for both the official and new style*/ + int m_fwdsearchWidth; /* width of the coloured blocks for the new style */ } SerializableGlobalPrefs; extern SerializableGlobalPrefs gGlobalPrefs;