Merge with 'Beep6581/dev'
This commit is contained in:
@@ -69,6 +69,7 @@ class FileBrowserEntry final : public ThumbBrowserEntryBase,
|
||||
void updateCursor (int x, int y);
|
||||
void drawStraightenGuide (Cairo::RefPtr<Cairo::Context> c);
|
||||
void customBackBufferUpdate (Cairo::RefPtr<Cairo::Context> c) override;
|
||||
void refreshThumbnailImage(bool upgradeHint);
|
||||
|
||||
public:
|
||||
|
||||
@@ -99,7 +100,7 @@ public:
|
||||
void getIconSize (int& w, int& h) const override;
|
||||
|
||||
// thumbnaillistener interface
|
||||
void procParamsChanged (Thumbnail* thm, int whoChangedIt) override;
|
||||
void procParamsChanged (Thumbnail* thm, int whoChangedIt, bool upgradeHint) override;
|
||||
// thumbimageupdatelistener interface
|
||||
void updateImage(rtengine::IImage8* img, double scale, const rtengine::procparams::CropParams& cropParams) override;
|
||||
void _updateImage(rtengine::IImage8* img, double scale, const rtengine::procparams::CropParams& cropParams); // inside gtk thread
|
||||
|
Reference in New Issue
Block a user