13
0

set name of GUI event loop thread

This commit is contained in:
Paul Davis 2015-02-05 16:11:28 -05:00
parent 927f5521ce
commit 7152634104

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