projects
/
gltest.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rename glestest -> gles2test
[gltest.git]
/
glwindow.cpp
diff --git
a/glwindow.cpp
b/glwindow.cpp
index 64d007575bf2e9dc6310e057c27a0fdecc5849f9..ca6dbb95018d91fa416360a542fe32edc1c0ac33 100644
(file)
--- a/
glwindow.cpp
+++ b/
glwindow.cpp
@@
-17,7
+17,6
@@
*/
#include "glwindow.h"
*/
#include "glwindow.h"
-#include "glutil.h"
#include <assert.h>
#include <X11/Xutil.h>
#include <assert.h>
#include <X11/Xutil.h>
@@
-61,7
+60,6
@@
void GLWindow::create(unsigned int width, unsigned int height)
this->width = width;
this->height = height;
backend->createContext(window);
this->width = width;
this->height = height;
backend->createContext(window);
- printf("Using GL version: %s\n", glGetString(GL_VERSION));
initGL();
resizeGL(width, height);
}
initGL();
resizeGL(width, height);
}