This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Add comment tweak
pull/832/head
Ray
6 years ago
parent
5d09ca550f
commit
afd90a5a56
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/core.c
+ 1
- 0
src/core.c
View File
@ -860,6 +860,7 @@ void SetWindowMinSize(int width, int height)
}
/
/
Set
window
dimensions
/
/
TODO
:
Issues
on
HighDPI
scaling
void
SetWindowSize
(
int
width
,
int
height
)
{
#
if defined(PLATFORM_DESKTOP)
Write
Preview
Loading…
Cancel
Save