From 6831e6df2c53d36f4de37f833ea906af56204312 Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Sun, 7 Nov 2021 22:46:26 -0800 Subject: [PATCH] steamcompmgr: don't repaint on focus change This'll repaint an empty texture we don't want in a lot of cases. Reverts part of 7796ffc130381. --- src/steamcompmgr.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index aa9d46e..5788276 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -1802,8 +1802,6 @@ found: PropModeReplace, (unsigned char *)wmState, sizeof(wmState) / sizeof(wmState[0])); - hasRepaint = true; - gpuvis_trace_printf( "determine_and_apply_focus focus %lu", focus->id ); if ( debugFocus == true )