57b5969b4f
xzgv is a picture viewer for X, with a thumbnail-based file selector. It uses GTK+ and Imlib. Most file formats are supported, and the thumbnails used are compatible with xv, zgv, and the Gimp. It can also be used with `xzgv file(s)', to effectively bypass the file selector. From Julian Leyh <oenone@oenone.de>
12 lines
276 B
Plaintext
12 lines
276 B
Plaintext
$OpenBSD: patch-src_resizepic_c,v 1.1.1.1 2005/05/22 11:32:11 alek Exp $
|
|
--- src/resizepic.c.orig Thu May 12 14:55:02 2005
|
|
+++ src/resizepic.c Thu May 12 14:55:09 2005
|
|
@@ -6,6 +6,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#include "resizepic.h"
|
|
|