diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 5457d94..f4918f6 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -2457,6 +2457,13 @@ paint_all(bool async) if ( bDoComposite == true ) { + // Disable partial composition for now until we get + // composite priorities working in libliftoff + also + // use the proper libliftoff composite plane system. + static constexpr bool kDisablePartialComposition = true; + if ( kDisablePartialComposition ) + bNeedsFullComposite = true; + std::shared_ptr pPipewireTexture = nullptr; #if HAVE_PIPEWIRE if ( pw_buffer != nullptr )