From 964a9b15cfb57b2a18871adbfb90a09795d8bf0b Mon Sep 17 00:00:00 2001 From: Joshua Ashton Date: Mon, 9 May 2022 00:19:32 +0000 Subject: [PATCH] steamcompmgr: Initialize maybe_a_dropdown --- src/steamcompmgr.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 9aedb96..18e5269 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -3124,6 +3124,7 @@ add_win(xwayland_ctx_t *ctx, Window id, Window prev, unsigned long sequence) new_win->isSteamStreamingClientVideo = false; new_win->inputFocusMode = 0; new_win->is_dialog = false; + new_win->maybe_a_dropdown = false; if ( steamMode == true ) {