set name of GUI event loop thread

This commit is contained in:
Paul Davis 2015-02-05 16:11:28 -05:00
parent bea8a4ee0a
commit 09c6e8dd47

View file

@ -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) {