Internal cleanup filebrowser threading; see issue #599
This commit is contained in:
@@ -75,6 +75,8 @@ class ThumbBrowserBase : public Gtk::VBox {
|
||||
|
||||
int eventTime;
|
||||
|
||||
Glib::Mutex entryMutex; // Locks access to following vectors
|
||||
|
||||
std::vector<ThumbBrowserEntryBase*> fd;
|
||||
std::vector<ThumbBrowserEntryBase*> selected;
|
||||
ThumbBrowserEntryBase* lastClicked;
|
||||
|
Reference in New Issue
Block a user