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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user