summaryrefslogtreecommitdiff
path: root/games/wormz/patches/patch-ao
blob: 8246bb97c3f16693a8c86f365701d3ff8178b907 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$NetBSD: patch-ao,v 1.1 2004/02/18 23:09:03 kristerw Exp $

--- XVision/Application.cc.orig	Wed Feb 18 23:14:06 2004
+++ XVision/Application.cc	Wed Feb 18 23:14:24 2004
@@ -5,7 +5,7 @@
 Application * app_global = 0;
 
 Application::Application(FrontBuffer * _front, FrameBuffer * _fb,
-			 EventManager * _evman, const Align _align=VAVertical)
+			 EventManager * _evman, const Align _align)
     : Group(_align), evman(_evman), front(_front), fb_save(_fb),
   fbstop_count(0), rearrange_count(0), fb(_fb)
 {
@@ -52,7 +52,7 @@
 }
 
 
-void Application::ReArrange(bool CallParent=TRUE, View * except=0)
+void Application::ReArrange(bool CallParent, View * except)
 {
   StopRedraw();
   Group::ReArrange(CallParent, except);