22 lines
724 B
Text
22 lines
724 B
Text
$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);
|