summaryrefslogtreecommitdiffstats
path: root/MainWindow.h
diff options
context:
space:
mode:
authorBenjamin Cohen <bencoh@notk.org>2011-11-28 19:30:24 +0100
committerBenjamin Cohen <bencoh@notk.org>2011-11-28 19:30:24 +0100
commit92234bd2da83130a9994165e833f97acfbfce082 (patch)
tree643bacd710051daadf8932a011cf618f4f490dc8 /MainWindow.h
parenteb9ba79ec9101facde898ca5462d4bd818a873de (diff)
Isolate GLUT calls/headers in MainWindow
Diffstat (limited to 'MainWindow.h')
-rw-r--r--MainWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MainWindow.h b/MainWindow.h
index a846f43..bfcee28 100644
--- a/MainWindow.h
+++ b/MainWindow.h
@@ -26,7 +26,7 @@ public:
static MainWindow &getInstance();
public:
- void init(int *argcp, char **argv, uint displayMode);
+ void init(int *argcp, char **argv);
void create(std::string name, int x, int y, int width, int height);
void startLoop();