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
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
bc44e792
Commit
bc44e792
authored
2 years ago
by
Eidolon
Browse files
Options
Downloads
Patches
Plain Diff
win32: Add dpi aware manifest config
parent
d46c2013
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!1835
win32: Add dpi aware manifest config
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 @
bc44e792
...
...
@@ -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 @
bc44e792
<?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.
Eidolon
@ShaderWraith
mentioned in commit
89a6d81f
·
2 years ago
mentioned in commit
89a6d81f
mentioned in commit 89a6d81f539831f0d6fd62cd57a0d83cb685ab55
Toggle commit list
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