summaryrefslogtreecommitdiff
path: root/xvidtune.c
diff options
context:
space:
mode:
authorPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-26 19:26:46 -0200
committerPaulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>2009-01-26 19:26:46 -0200
commit5dc3873019dfc20f923f18ab73248d7b7ecefce2 (patch)
tree626dea18c778672bca25999031673bdf47c9bf95 /xvidtune.c
parent540ce8c77fe520e6d46571cbc329db6b3784010f (diff)
Correct make distcheck and sparse warnings.
Also apply "by hand" the sed -e 's/__VENDOR__/The X.Org Foundation' (or any other value used in the previous --with-vendor=... configure option) and use a static app-defaults file, matching pattern of changes in other xorg/app programs.
Diffstat (limited to 'xvidtune.c')
-rw-r--r--xvidtune.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xvidtune.c b/xvidtune.c
index d7bf290..82a7533 100644
--- a/xvidtune.c
+++ b/xvidtune.c
@@ -49,11 +49,11 @@ from Kaleb S. KEITHLEY.
#include <stdlib.h>
#include <signal.h>
-int MajorVersion, MinorVersion;
-int EventBase, ErrorBase;
-int dot_clock, mode_flags;
-unsigned long TestTimeout=5000; /* Default test timeout */
-XtSignalId sigId;
+static int MajorVersion, MinorVersion;
+static int EventBase, ErrorBase;
+static int dot_clock, mode_flags;
+static unsigned long TestTimeout=5000; /* Default test timeout */
+static XtSignalId sigId;
/* Minimum extension version required */
#define MINMAJOR 0