[librsvg/rustification] Rename test-display.c to rsvg-view.c



commit 88a1fb46bb6c4ba199d550d0a4656292ddc6a881
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Nov 11 10:29:52 2016 -0600

    Rename test-display.c to rsvg-view.c
    
    After all it's the main file for the test program rsvg-view-3.

 Makefile.am                   |    2 +-
 test-display.c => rsvg-view.c |    0
 2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 17b25ba..708a382 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -136,7 +136,7 @@ rsvg_convert_LDADD = \
        $(LIBM)
 
 rsvg_view_3_SOURCES = \
-       test-display.c \
+       rsvg-view.c \
        rsvg-size-callback.h
 
 rsvg_view_3_CPPFLAGS = \
diff --git a/test-display.c b/rsvg-view.c
similarity index 100%
rename from test-display.c
rename to rsvg-view.c


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