[PR #14190] [MERGED] Update LaunchPosition to use int32_t instead of int64_t #29986

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/14190
Author: @PankajBhojwani
Created: 10/12/2022
Status: Merged
Merged: 10/12/2022
Merged by: @undefined

Base: mainHead: dev/pabhoj/launch_params_32


📝 Commits (1)

📊 Changes

2 files changed (+6 additions, -6 deletions)

View changed files

📝 src/cascadia/TerminalSettingsEditor/LaunchViewModel.cpp (+4 -4)
📝 src/cascadia/TerminalSettingsModel/GlobalAppSettings.idl (+2 -2)

📄 Description

Since #13730 merged, when we parse LaunchPosition we treat the
coordinates as int32_t. This PR updates the actual LaunchPosition
struct to also use int32_t for consistency.

Validation Steps Performed

Terminal still builds and runs


🔄 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/14190 **Author:** [@PankajBhojwani](https://github.com/PankajBhojwani) **Created:** 10/12/2022 **Status:** ✅ Merged **Merged:** 10/12/2022 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/pabhoj/launch_params_32` --- ### 📝 Commits (1) - [`c0e7da6`](https://github.com/microsoft/terminal/commit/c0e7da6a8c4dc8615f63f3e1042e954ae7ee2fe2) int32 ### 📊 Changes **2 files changed** (+6 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalSettingsEditor/LaunchViewModel.cpp` (+4 -4) 📝 `src/cascadia/TerminalSettingsModel/GlobalAppSettings.idl` (+2 -2) </details> ### 📄 Description Since #13730 merged, when we parse LaunchPosition we treat the coordinates as `int32_t`. This PR updates the actual `LaunchPosition` struct to also use `int32_t` for consistency. ## Validation Steps Performed Terminal still builds and runs --- <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:38:01 +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#29986