1. 07 Mar, 2023 7 commits
  2. 06 Mar, 2023 30 commits
  3. 03 Mar, 2023 3 commits
    • Alexandre Julliard's avatar
      Release 8.3. · e796002e
      Alexandre Julliard authored
      e796002e
    • Piotr Caban's avatar
    • Rémi Bernon's avatar
      win32u: Check GUID_NULL display device if desktop atom is missing. · 9c22a5ea
      Rémi Bernon authored
      When using nulldrv, there's no module to call __wine_set_user_driver and
      the user driver is still lazy_load_driver when get_display_driver gets
      called during desktop windows creation.
      
      Then, load_desktop_driver fails as it cannot find the not-yet-created
      desktop window atom, and fails later explorer.exe window creations such
      as the systray window.
      
      Other processes don't suffer from this as they wait for the desktop
      window to be fully created, and its atom will be eventually set.
      
      This change makes sure that we succeed in the case nulldrv was selected
      by explorer.exe, while still failing in case of error with another user
      driver as it would fail to open the right display device GUID.
      9c22a5ea