[PR #13098] [MERGED] Revert "Hide the window from DWM until we're finished... (#12979)" #29385

Open
opened 2026-01-31 09:34:35 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/13098
Author: @carlos-zamora
Created: 5/13/2022
Status: ✅ Merged
Merged: 5/13/2022
Merged by: @DHowett

Base: main ← Head: dev/cazamor/revert-dwm


📝 Commits (1)

  • 11bdf29 Revert "Hide the window from DWM until we're finished with initialization (#12979)"

📊 Changes

10 files changed (+25 additions, -114 deletions)

View changed files

📝 .github/actions/spelling/allow/apis.txt (+0 -2)
📝 src/cascadia/TerminalApp/AppLogic.h (+0 -1)
📝 src/cascadia/TerminalApp/AppLogic.idl (+0 -1)
📝 src/cascadia/TerminalApp/TerminalPage.cpp (+2 -47)
📝 src/cascadia/TerminalApp/TerminalPage.h (+2 -2)
📝 src/cascadia/TerminalApp/TerminalPage.idl (+1 -1)
📝 src/cascadia/WindowsTerminal/AppHost.cpp (+7 -45)
📝 src/cascadia/WindowsTerminal/AppHost.h (+1 -9)
📝 src/cascadia/WindowsTerminal/IslandWindow.cpp (+10 -4)
📝 src/cascadia/WindowsTerminal/IslandWindow.h (+2 -2)

📄 Description

This reverts commit 14098d71f2.

Summary of the Pull Request

@zadjii-msft found that this is causing persisted windows on a secondary monitor to shrink a little each time. We're choosing to revert this commit until that gets resolved.

References

#12979


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/13098 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 5/13/2022 **Status:** ✅ Merged **Merged:** 5/13/2022 **Merged by:** [@DHowett](https://github.com/DHowett) **Base:** `main` ← **Head:** `dev/cazamor/revert-dwm` --- ### 📝 Commits (1) - [`11bdf29`](https://github.com/microsoft/terminal/commit/11bdf298159b1af2d04104a1ee2966bcbee214b3) Revert "Hide the window from DWM until we're finished with initialization (#12979)" ### 📊 Changes **10 files changed** (+25 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `.github/actions/spelling/allow/apis.txt` (+0 -2) 📝 `src/cascadia/TerminalApp/AppLogic.h` (+0 -1) 📝 `src/cascadia/TerminalApp/AppLogic.idl` (+0 -1) 📝 `src/cascadia/TerminalApp/TerminalPage.cpp` (+2 -47) 📝 `src/cascadia/TerminalApp/TerminalPage.h` (+2 -2) 📝 `src/cascadia/TerminalApp/TerminalPage.idl` (+1 -1) 📝 `src/cascadia/WindowsTerminal/AppHost.cpp` (+7 -45) 📝 `src/cascadia/WindowsTerminal/AppHost.h` (+1 -9) 📝 `src/cascadia/WindowsTerminal/IslandWindow.cpp` (+10 -4) 📝 `src/cascadia/WindowsTerminal/IslandWindow.h` (+2 -2) </details> ### 📄 Description This reverts commit 14098d71f22225765c5c71907893cd86cc1738a6. ## Summary of the Pull Request @zadjii-msft found that this is causing persisted windows on a secondary monitor to shrink a little each time. We're choosing to revert this commit until that gets resolved. ## References #12979 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:34:35 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29385