summaryrefslogtreecommitdiff
path: root/Dalos/Dalos.cc
diff options
context:
space:
mode:
authorpixel <pixel>2006-02-02 11:01:12 +0000
committerpixel <pixel>2006-02-02 11:01:12 +0000
commitd05884755c37c131b610c6ce1aef2201d99a10f5 (patch)
treea3f87af1b0d234748b7a65530e3b7718f78ec294 /Dalos/Dalos.cc
parent6c6c434f6cc79aa3b9f01d8d5d7b2d538ee68942 (diff)
Fixing old Dalos, and fixing Linux compilation.
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r--Dalos/Dalos.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc
index df2a5a6..673e7a4 100644
--- a/Dalos/Dalos.cc
+++ b/Dalos/Dalos.cc
@@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: Dalos.cc,v 1.22 2006-01-31 17:02:38 pixel Exp $ */
+/* $Id: Dalos.cc,v 1.23 2006-02-02 11:01:12 pixel Exp $ */
#include <SDL.h>
#include <SDL_thread.h>
@@ -287,7 +287,7 @@ class quit : public mogltk::widgets::action {
class about : public mogltk::widgets::action {
public:
virtual void do_action(mogltk::widget * w) {
- new mogltk::widgets::MsgBox(w->Shaper(), w->Father(), "About...",
+ new mogltk::widgets::MsgBox(0, w->Shaper(), w->Father(), "About...",
"Dalos version 0.1 - OpenGL version\n"
"Copyright (C) 2004-2005 Nicolas \"Pixel\" Noble\n"
"\n"
@@ -311,7 +311,7 @@ virtual int startup() throw (GeneralException) {
}
mogltk::widgets::ContextMenu * c;
-#ifdef _DEBUG
+#if 1
mogltk::base * gl = new mogltk::glbase();
#else
mogltk::base * gl = new mogltk::glbase(800, 600, SDL_FULLSCREEN);