From 715263410430c5872677f193fdad869ff9a16567 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 5 Feb 2015 16:11:28 -0500 Subject: [PATCH] set name of GUI event loop thread --- libs/gtkmm2ext/gtk_ui.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/gtkmm2ext/gtk_ui.cc b/libs/gtkmm2ext/gtk_ui.cc index df7ec96324..a47450cf4f 100644 --- a/libs/gtkmm2ext/gtk_ui.cc +++ b/libs/gtkmm2ext/gtk_ui.cc @@ -75,6 +75,8 @@ UI::UI (string namestr, int *argc, char ***argv) { theMain = new Main (argc, argv); + pthread_set_name ("gui"); + _active = false; if (!theGtkUI) {