Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
hw3d
Commits
569af691
Commit
569af691
authored
Dec 24, 2018
by
chili
Browse files
gotta store that width/height
parent
596e2ee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
hw3d/Window.cpp
View file @
569af691
...
...
@@ -69,6 +69,9 @@ HINSTANCE Window::WindowClass::GetInstance() noexcept
// Window Stuff
Window
::
Window
(
int
width
,
int
height
,
const
char
*
name
)
:
width
(
width
),
height
(
height
)
{
// calculate window size based on desired client region size
RECT
wr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment