erebus
diff src/main.cc @ 5:9621beb22694
huh?
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 24 May 2014 02:20:44 +0300 |
parents | 93894c232d65 |
children | e2d9bf168a41 |
line diff
1.1 --- a/src/main.cc Tue Apr 29 07:38:40 2014 +0300 1.2 +++ b/src/main.cc Sat May 24 02:20:44 2014 +0300 1.3 @@ -44,6 +44,9 @@ 1.4 1.5 static bool init() 1.6 { 1.7 + width = glutGet(GLUT_WINDOW_WIDTH); 1.8 + height = glutGet(GLUT_WINDOW_HEIGHT); 1.9 + 1.10 if(!(erb = erb_init())) { 1.11 return false; 1.12 }