[PR #5848] [MERGED] dx: when filling an HWND target, use the actual background color #26495

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5848
Author: @DHowett-MSFT
Created: 5/11/2020
Status: Merged
Merged: 5/11/2020
Merged by: @DHowett-MSFT

Base: masterHead: dev/duhowett/wpf/gutter-fill


📝 Commits (1)

  • 4da7379 dx: when filling an HWND target, use the requested background color

📊 Changes

1 file changed (+6 additions, -1 deletions)

View changed files

📝 src/renderer/dx/DxRenderer.cpp (+6 -1)

📄 Description

There is no guarantee that the HWND's backing color matches our expected
backing color.

This repairs the gutter in the WPF terminal.


🔄 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/5848 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 5/11/2020 **Status:** ✅ Merged **Merged:** 5/11/2020 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `dev/duhowett/wpf/gutter-fill` --- ### 📝 Commits (1) - [`4da7379`](https://github.com/microsoft/terminal/commit/4da7379efa6a1c105b452356019adcc0fefb3df0) dx: when filling an HWND target, use the requested background color ### 📊 Changes **1 file changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/renderer/dx/DxRenderer.cpp` (+6 -1) </details> ### 📄 Description There is no guarantee that the HWND's backing color matches our expected backing color. This repairs the gutter in the WPF terminal. --- <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:16:26 +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#26495