From c928f2dac370bf9ac8e12e666d801634f8ab5625 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 16 Jun 2015 11:07:08 +0200 Subject: remove deprecated g_type_init --- README.md | 8 +++++++- view.c | 3 --- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ce28c9f..cab07d2 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -See https://twitter.com/javispedro/status/268753672329125888 for an example. +![Screenshot](https://pbs.twimg.com/media/A7q1J_ACMAELNR2.png) + +![Screenshot](https://pbs.twimg.com/media/A7rOCoPCYAArW5o.png) + +This is a patch to libvte's 0.2x.x series that allows you to have inline images +in your terminal. An acompanying program, _view_, uses GdkPixbuf to load several +types of images and sends them to this terminal extension. diff --git a/view.c b/view.c index 6982006..4f935cf 100644 --- a/view.c +++ b/view.c @@ -132,11 +132,8 @@ static gboolean view_pixbuf(GdkPixbuf *pixbuf) return TRUE; } - int main(int argc, char * argv[]) { - g_type_init(); - GError *error = NULL; if (!isatty(STDOUT_FILENO)) { -- cgit v1.2.3