Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
Bonzomatic
Commits
65df8b3b
Commit
65df8b3b
authored
Jul 15, 2017
by
Gargaj
Committed by
GitHub
Jul 15, 2017
Browse files
remove hardwired resolution on *nix
config.json will take care of this from now on.
parent
fdf9d114
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platform_x11/SetupDialog.cpp
View file @
65df8b3b
...
...
@@ -4,8 +4,5 @@
bool
Renderer
::
OpenSetupDialog
(
RENDERER_SETTINGS
*
settings
)
{
std
::
cerr
<<
__FUNCTION__
<<
" STUB"
<<
std
::
endl
;
settings
->
nWidth
=
1280
;
settings
->
nHeight
=
720
;
settings
->
windowMode
=
RENDERER_WINDOWMODE_WINDOWED
;
return
true
;
}
Write
Preview
Supports
Markdown
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