Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
twi
SRB2
Commits
e37918eb
Commit
e37918eb
authored
2 years ago
by
Eidolon
Browse files
Options
Downloads
Plain Diff
Merge branch 'win32-dpi-awareness' into 'next'
win32: Add dpi aware manifest config See merge request
STJr/SRB2!1835
parents
d46c2013
bc44e792
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/win32/Srb2win.rc
+1
-0
1 addition, 0 deletions
src/win32/Srb2win.rc
src/win32/srb2win.exe.manifest
+6
-0
6 additions, 0 deletions
src/win32/srb2win.exe.manifest
with
7 additions
and
0 deletions
src/win32/Srb2win.rc
+
1
−
0
View file @
e37918eb
...
...
@@ -2,6 +2,7 @@
//
#include "resource.h"
#include "winver.h"
#include "winuser.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
...
...
This diff is collapsed.
Click to expand it.
src/win32/srb2win.exe.manifest
+
6
−
0
View file @
e37918eb
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly
xmlns=
"urn:schemas-microsoft-com:asm.v1"
manifestVersion=
"1.0"
>
<application
xmlns=
"urn:schemas-microsoft-com:asm.v3"
>
<windowsSettings>
<dpiAware
xmlns=
"http://schemas.microsoft.com/SMI/2005/WindowsSettings"
>
true/pm
</dpiAware>
<dpiAwareness
xmlns=
"http://schemas.microsoft.com/SMI/2016/WindowsSettings"
>
PerMonitorV2
</dpiAwareness>
</windowsSettings>
</application>
<trustInfo
xmlns=
"urn:schemas-microsoft-com:asm.v3"
>
<security>
<requestedPrivileges>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment