Subversion Repositories filter_foundry

Rev

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

Rev 110 Rev 114
Line 234... Line 234...
234
 
234
 
235
        }
235
        }
236
}
236
}
237
 
237
 
238
OSErr drawpreview(DIALOGREF dp,void *hdc,Ptr imageptr){
238
OSErr drawpreview(DIALOGREF dp,void *hdc,Ptr imageptr){
239
        int32 watchsusp;
239
        intptr_t watchsusp;
240
        OSErr e = noErr;
240
        OSErr e = noErr;
241
        VRect srcRect;
241
        VRect srcRect;
242
        UIRECT imagebounds;
242
        UIRECT imagebounds;
243
 
243
 
244
        if(preview_handle && preview_complete){
244
        if(preview_handle && preview_complete){