diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-26 19:26:46 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2009-01-26 19:26:46 -0200 |
commit | 5dc3873019dfc20f923f18ab73248d7b7ecefce2 (patch) | |
tree | 626dea18c778672bca25999031673bdf47c9bf95 /xvidtune.c | |
parent | 540ce8c77fe520e6d46571cbc329db6b3784010f (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.c | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 |