sdlwindow: Add thread name to sdlwindow input thread

This commit is contained in:
Joshua Ashton 2022-10-31 01:30:08 +00:00
parent f65092a441
commit 7f9a685515

View file

@ -70,6 +70,8 @@ void updateOutputRefresh( void )
void inputSDLThreadRun( void )
{
pthread_setname_np( pthread_self(), "gamescope-sdl" );
SDL_Event event;
uint32_t key;