Subversion Repositories filter_foundry

Rev

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

Rev 484 Rev 485
Line 228... Line 228...
228
        DRAWITEMSTRUCT *pdi;
228
        DRAWITEMSTRUCT *pdi;
229
        Point newscroll = { 0, 0 };
229
        Point newscroll = { 0, 0 };
230
        HGDIOBJ hfnt;
230
        HGDIOBJ hfnt;
231
 
231
 
232
        extern Boolean doupdates;
232
        extern Boolean doupdates;
233
        extern BufferID preview_handle;
233
        extern FFBuffer preview_handle;
234
 
234
 
235
        if ((gdata->pluginDllSliderInfo.initialized) && (wMsg == gdata->pluginDllSliderInfo.messageId)) {
235
        if ((gdata->pluginDllSliderInfo.initialized) && (wMsg == gdata->pluginDllSliderInfo.messageId)) {
236
                // This is for the PLUGIN.DLL sliders only
236
                // This is for the PLUGIN.DLL sliders only
237
                if (doupdates) {
237
                if (doupdates) {
238
                        int sliderNum = (int)wParam - FIRSTCTLITEM;
238
                        int sliderNum = (int)wParam - FIRSTCTLITEM;