diff --git a/src/steamcompmgr.cpp b/src/steamcompmgr.cpp index 3b5d5e0..a4096ff 100644 --- a/src/steamcompmgr.cpp +++ b/src/steamcompmgr.cpp @@ -1817,7 +1817,11 @@ map_win (Display *dpy, Window id, unsigned long sequence) { fprintf( stderr, "appid clash was %u now %u\n", w->appID, appID ); } - w->appID = appID; + // Let the appID property be authoritative for now + if ( appID != 0 ) + { + w->appID = appID; + } } else {