# HG changeset patch # User Daniele Nicolodi # Date 1363863551 -3600 # Node ID 6ac1d3de1ae2aa05e9b79ad0530b6965f3058c12 # Parent c03263186dd7004e2dd3687b68cd2d7c9660eeaa Minor cleanup diff -r c03263186dd7 -r 6ac1d3de1ae2 FXAnalyse.c --- a/FXAnalyse.c Wed Mar 20 16:36:36 2013 +0100 +++ b/FXAnalyse.c Thu Mar 21 11:59:11 2013 +0100 @@ -21,11 +21,11 @@ #define DEDRIFT_DDS_FREQUENCY 70000000 -// panel handling stuff -static PanelHandle MainPanel; -static PanelHandle CalcNPanel; -static PanelHandle EstimateN3Panel; -static PanelHandle LoggingPanel; +// panels +static int MainPanel; +static int CalcNPanel; +static int EstimateN3Panel; +static int LoggingPanel; char LogFileName[MAX_PATHNAME_LEN];