diff options
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt.cpp')
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt.cpp b/tracker-pt/ftnoir_tracker_pt.cpp index 73112522..d7484e9c 100644 --- a/tracker-pt/ftnoir_tracker_pt.cpp +++ b/tracker-pt/ftnoir_tracker_pt.cpp @@ -10,6 +10,7 @@ #include "video/video-widget.hpp" #include "compat/math-imports.hpp" #include "compat/check-visible.hpp" +#include "compat/thread-name.hpp" #include "pt-api.hpp" @@ -51,6 +52,8 @@ Tracker_PT::~Tracker_PT() void Tracker_PT::run() { + portable::set_curthread_name("tracker/pt"); + maybe_reopen_camera(); while(!isInterruptionRequested()) |