From f904f4c4eca104cfb57ae6b904515ecf91dc4db2 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 7 Jan 2021 15:46:19 +0100 Subject: Fix Fl_Help_View
    numbers (Issue #153, STR 3290) Started with @wcout's patch (see Issue #153, STR 3290), modified patch for CMP conformance, restructured methods, and finally: - used Fl_Int_Vector instead of 'fl_data_container' - removed fl_data_container Thanks for the working patch to @wcout. --- FL/Fl_Help_View.H | 3 +++ 1 file changed, 3 insertions(+) (limited to 'FL/Fl_Help_View.H') diff --git a/FL/Fl_Help_View.H b/FL/Fl_Help_View.H index 32e993aec..9b3a1a242 100644 --- a/FL/Fl_Help_View.H +++ b/FL/Fl_Help_View.H @@ -3,6 +3,7 @@ // // Copyright 1997-2010 by Easy Software Products. // Image support by Matthias Melcher, Copyright 2000-2009. +// Copyright 2011-2022 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -52,6 +53,8 @@ struct Fl_Help_Block { w, // Width h; // Height int line[32]; // Left starting position for each line + int ol; // is ordered list
      element + int ol_num; // item number in ordered list }; // -- cgit v1.2.3