b46ef46439
Terminal widget with improved font, internationalisation and accessibility support for the GNOME 2 desktop.
12 lines
372 B
Text
12 lines
372 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2003/12/13 17:54:15 xtraeme Exp $
|
|
|
|
--- src/vteapp.c.orig 2003-10-03 12:20:50.000000000 +0200
|
|
+++ src/vteapp.c 2003-10-03 12:21:26.000000000 +0200
|
|
@@ -392,6 +392,7 @@
|
|
const char *font = NULL;
|
|
const char *terminal = NULL;
|
|
const char *command = NULL;
|
|
+ extern char *optarg;
|
|
const char *working_directory = NULL;
|
|
char **argv2;
|
|
int opt;
|