summaryrefslogtreecommitdiff
path: root/Dalos/Dalos.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Dalos/Dalos.cc')
-rw-r--r--Dalos/Dalos.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dalos/Dalos.cc b/Dalos/Dalos.cc
index b3158c0..b22cfff 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.3 2004-07-23 23:20:11 pixel Exp $ */
+/* $Id: Dalos.cc,v 1.4 2004-07-24 06:52:03 pixel Exp $ */
#include <SDL.h>
#include <SDL_thread.h>
@@ -469,6 +469,7 @@ class console : public mogltk::widget {
}
}
virtual bool process_event(int mx, int my, mogltk::event_t event) {
+ return false;
}
private:
int nlines, page;