projects
/
lighthouse
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0141c6
)
fixed resolution
author
Eleni Maria Stea
<estea@igalia.com>
Mon, 8 Oct 2018 08:40:31 +0000
(11:40 +0300)
committer
Eleni Maria Stea
<estea@igalia.com>
Fri, 12 Oct 2018 17:57:16 +0000
(20:57 +0300)
src/main.cc
patch
|
blob
|
history
diff --git
a/src/main.cc
b/src/main.cc
index
a9bd0e6
..
b889a0f
100644
(file)
--- a/
src/main.cc
+++ b/
src/main.cc
@@
-69,8
+69,8
@@
static bool show_help, show_ui = true;
int main(int argc, char **argv)
{
- glutInit(&argc, argv);
glutInitWindowSize(800, 600);
+ glutInit(&argc, argv);
glutInitDisplayMode(GLUT_RGBA | GLUT_DOUBLE | GLUT_DEPTH | GLUT_MULTISAMPLE);
glutCreateWindow("Faros (press F1 for controls help)");