texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[6492] list calculate_line_starts in right file


From: Gavin D. Smith
Subject: [6492] list calculate_line_starts in right file
Date: Sun, 02 Aug 2015 23:03:00 +0000

Revision: 6492
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6492
Author:   gavin
Date:     2015-08-02 23:02:59 +0000 (Sun, 02 Aug 2015)
Log Message:
-----------
list calculate_line_starts in right file

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/display.h
    trunk/info/window.h

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-08-02 22:49:53 UTC (rev 6491)
+++ trunk/ChangeLog     2015-08-02 23:02:59 UTC (rev 6492)
@@ -19,7 +19,7 @@
        * info/window.c (window_line_of_point),
        * info/display.c (display_update_one_window): Calculate line 
        starts if needed.
-       (calculate_line_starts): No longer static.
+       * info/window.c (calculate_line_starts): No longer static.
        * info/nodes.c (info_load_file): Store filename without file 
        extension.
        * info/window.h (WINDOW): Update a comment.

Modified: trunk/info/display.h
===================================================================
--- trunk/info/display.h        2015-08-02 22:49:53 UTC (rev 6491)
+++ trunk/info/display.h        2015-08-02 23:02:59 UTC (rev 6492)
@@ -72,6 +72,4 @@
 extern void display_scroll_line_starts (WINDOW *window, int old_pagetop,
     long *old_starts, int old_count);
 
-void calculate_line_starts (WINDOW *window);
-
 #endif /* not INFO_DISPLAY_H */

Modified: trunk/info/window.h
===================================================================
--- trunk/info/window.h 2015-08-02 22:49:53 UTC (rev 6491)
+++ trunk/info/window.h 2015-08-02 23:02:59 UTC (rev 6492)
@@ -234,4 +234,7 @@
 
 extern long window_log_to_phys_line (WINDOW *window, long ln);
 
+void calculate_line_starts (WINDOW *window);
+
+
 #endif /* not INFO_WINDOW_H */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]