Subversion Repositories filter_foundry

Rev

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

Rev 456 Rev 470
Line 61... Line 61...
61
        Boolean parmloaded; // this means that the filter is loaded, but without PARM (title, author, etc.)
61
        Boolean parmloaded; // this means that the filter is loaded, but without PARM (title, author, etc.)
62
        Boolean obfusc;
62
        Boolean obfusc;
63
        PARM_T parm;
63
        PARM_T parm;
64
        #ifdef _WIN32
64
        #ifdef _WIN32
65
        HWND hWndMainDlg;
65
        HWND hWndMainDlg;
66
        HMODULE pluginDllModule;
66
        BOOL pluginDllSliderInitialized;
67
        DWORD pluginDllSliderMessageId;
67
        DWORD pluginDllSliderMessageId;
68
        #endif /* _WIN32 */
68
        #endif /* _WIN32 */
69
} globals_t;
69
} globals_t;
70
 
70
 
71
extern globals_t *gdata;
71
extern globals_t *gdata;