Subversion Repositories filter_foundry

Rev

Rev 492 | Rev 502 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 492 Rev 500
Line 81... Line 81...
81
        Boolean parmloaded; // this means that the filter is loaded, but without PARM (title, author, etc.)
81
        Boolean parmloaded; // this means that the filter is loaded, but without PARM (title, author, etc.)
82
        Boolean obfusc;
82
        Boolean obfusc;
83
        // (padding of 1 byte here)
83
        // (padding of 1 byte here)
84
        OSType lastKnownBufferVersion;
84
        OSType lastKnownBufferVersion;
85
        OSType lastKnownHandleVersion;
85
        OSType lastKnownHandleVersion;
-
 
86
        double* tantab;
-
 
87
        double* costab;
86
#ifdef _WIN32
88
#ifdef _WIN32
87
        HWND hWndMainDlg;
89
        HWND hWndMainDlg;
88
        none_slider_info noneSliderInfo;
90
        none_slider_info noneSliderInfo;
89
        comctl_slider_info comctlSliderInfo;
91
        comctl_slider_info comctlSliderInfo;
90
        plugin_dll_slider_info pluginDllSliderInfo;
92
        plugin_dll_slider_info pluginDllSliderInfo;