[gimp] libgimp: add new functions to gimp.def



commit b7ee733e9f3d528e15d4bb2021857a1f95530eea
Author: Ell <ell_se yahoo com>
Date:   Thu Apr 6 11:57:44 2017 -0400

    libgimp: add new functions to gimp.def
    
    ... and a small style change to debug.pdb

 libgimp/gimp.def           |    2 ++
 tools/pdbgen/pdb/debug.pdb |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgimp/gimp.def b/libgimp/gimp.def
index 468f6e7..865e61b 100644
--- a/libgimp/gimp.def
+++ b/libgimp/gimp.def
@@ -176,6 +176,8 @@ EXPORTS
        gimp_convolve_default
        gimp_curves_explicit
        gimp_curves_spline
+       gimp_debug_timer_end
+       gimp_debug_timer_start
        gimp_default_display
        gimp_desaturate
        gimp_desaturate_full
diff --git a/tools/pdbgen/pdb/debug.pdb b/tools/pdbgen/pdb/debug.pdb
index 416a457..829c799 100644
--- a/tools/pdbgen/pdb/debug.pdb
+++ b/tools/pdbgen/pdb/debug.pdb
@@ -92,8 +92,7 @@ static gint    gimp_debug_timer_counter = 0;
 CODE
 
 
-@procs = qw(debug_timer_start
-            debug_timer_end);
+@procs = qw(debug_timer_start debug_timer_end);
 
 %exports = (app => [@procs], lib => [@procs]);
 


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