--- C:/DOCUME~1/Bogdan/LOCALS~1/Temp/AppP-revBASE.svn006.tmp.h Wed Nov 25 02:03:44 2009 +++ C:/vc/sumatrapdf/src/AppPrefs.h Wed Nov 25 02:01:11 2009 @@ -60,9 +60,10 @@ int m_showToc; int m_globalPrefsOnly; - /* If this is <= 0 then use the default (row) highlight, otherwise mark rows using - colour blocks on the left side of the page at the specified offset */ - int m_fwdsearchOffset; + /* 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;