filebrowser:

* move own thread handling for thumbnails to WM_jobs 
* cleanup of thumbnail creation code
* added function to kill the job, which actually allows thread to terminate gracefully

vc9 projectfiles:
* fixed some missing includes for release target!
This commit is contained in:
2010-03-10 19:30:20 +00:00
parent 222dc9cf13
commit c0b3ab6ceb
18 changed files with 256 additions and 249 deletions

View File

@@ -31,6 +31,7 @@
struct SpaceFile;
struct ARegion;
struct FileSelectParams;
struct bContext;
#define FILE_LAYOUT_HOR 1
#define FILE_LAYOUT_VER 2
@@ -88,5 +89,9 @@ void ED_fileselect_layout_tilepos(FileLayout* layout, int tile, int *x, int *y);
void ED_operatormacros_file(void);
void ED_fileselect_clear(struct bContext *C, struct SpaceFile *sfile);
void ED_fileselect_exit(struct bContext *C, struct SpaceFile *sfile);
#endif /* ED_FILES_H */