From e906c010e1bea71ed4df425be97ce45dc777818c Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 18 Nov 2010 15:08:15 +0200 Subject: build plugins in --- plugins/dfxvideo/cfg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/dfxvideo/cfg.c') diff --git a/plugins/dfxvideo/cfg.c b/plugins/dfxvideo/cfg.c index 9baf8bc..dbc3bc5 100644 --- a/plugins/dfxvideo/cfg.c +++ b/plugins/dfxvideo/cfg.c @@ -80,7 +80,7 @@ char * pConfigFile = NULL; size+=sprintf(pB+size, "%s = %.1f\n", name, (double)var); \ } -void ReadConfigFile() +static void ReadConfigFile() { struct stat buf; FILE *in;char t[256];int len, size; @@ -213,7 +213,7 @@ void AboutDlgProc(void) ExecCfg(args); } -void ReadConfig(void) +void ReadConfigGPU(void) { // defaults iResX=640;iResY=480; -- cgit v1.2.3