Skip to content

Conversation

@MuerteSeguraZ
Copy link

@MuerteSeguraZ MuerteSeguraZ commented Dec 27, 2025

Add some missing High-DPI macros in windef.h, just below the other macros:

#define DPI_HOSTING_BEHAVIOR_INVALID  -1
#define DPI_HOSTING_BEHAVIOR_DEFAULT   0
#define DPI_HOSTING_BEHAVIOR_MIXED     1

@binarymaster binarymaster added the trivial fix For trivial changes. label Dec 27, 2025
@github-project-automation github-project-automation bot moved this to New PRs in ReactOS PRs Dec 27, 2025
@binarymaster binarymaster changed the title Add missing DPI_HOSTING_BEHAVIOR macros [PSDK] Add missing DPI_HOSTING_BEHAVIOR macros Dec 28, 2025
Copy link
Contributor

@HBelusca HBelusca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The DPI_HOSTING stuff are enumerated values, not defines.

@github-project-automation github-project-automation bot moved this from New PRs to WIP / Waiting on contributor in ReactOS PRs Dec 31, 2025
@github-project-automation github-project-automation bot moved this from WIP / Waiting on contributor to Approved by reviewers in ReactOS PRs Jan 2, 2026
@HBelusca HBelusca changed the title [PSDK] Add missing DPI_HOSTING_BEHAVIOR macros [PSDK] Add missing DPI_HOSTING_BEHAVIOR enumeration Jan 2, 2026
Copy link
Member

@binarymaster binarymaster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,
Thanks for your interest in ReactOS!
We ask our contributors to use their full name when committing.
Please amend your commit with your full name, and update this PR.

To change this for future PR's, you can update it for globally (for the system):

git config --global user.name "Your Name"
git config --global user.email [email protected]

Or just for the current repository:

git config user.name "Your Name"
git config user.email [email protected]

Also please set up your GitHub account accordingly, so maintainers can use Squash & Merge button without getting the author field modified back to nickname by GitHub, it's done in two steps:

Regards,

@github-project-automation github-project-automation bot moved this from Approved by reviewers to WIP / Waiting on contributor in ReactOS PRs Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

trivial fix For trivial changes.

Projects

Status: WIP / Waiting on contributor

Development

Successfully merging this pull request may close these issues.

4 participants