Commit 3505086e authored by Claes Sjofors's avatar Claes Sjofors

Built for motif

parent a6626a6d
......@@ -176,7 +176,7 @@ static pwr_tStatus CopyDevice (
memset( aref, 0, sizeof(aref));
aref[0] = ip->Pointed;
sts = ldh_CopyObjectTrees( ip->PointedSession, aref, ip->Pointed.Objid,
ldh_eDest_After, 0, 1, 0);
ldh_eDest_After, 0, 1, 0, 0);
if ( EVEN(sts)) return sts;
sts = ldh_GetNextSibling( ip->PointedSession, ip->Pointed.Objid, &oid);
......
/**
/**
* Proview Open Source Process Control.
* Copyright (C) 2005-2012 SSAB EMEA AB.
*
......@@ -36,10 +36,6 @@
//
// Interface to Xlib and Xt macros which is compiled with alignment on alpha.
* Proview Open Source Process Control.
* Copyright (C) 2005-2011 SSAB Oxelosund AB.
*
* This file is part of Proview.
// does the #pragma alignment...
//
......
......@@ -1710,7 +1710,7 @@ int GlowDrawXLib::text_cursor( GlowWind *wind, int x, int y, char *text, int len
int width, height, descent;
get_text_extent( text, pos, gc_type, idx, font_idx,
&width, &height, &descent, size);
&width, &height, &descent, size, 0);
if ( w->clip_on)
set_clip( w, get_gc( this, gc_type, idx));
......
x/*
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2012 SSAB EMEA AB.
*
......
......@@ -148,7 +148,7 @@ int XAttOneMotif::change_value( int set_focus)
sts = gdh_GetObjectInfoAttrref( &aref, aval, sizeof(aval));
if ( EVEN(sts)) return sts;
XNav::attrvalue_to_string( atype, atype, &aval, buf, sizeof(buf), &len, NULL);
XNav::attrvalue_to_string( atype, atype, &aval, buf, sizeof(buf), &len, NULL, 0);
value = buf;
......
......@@ -227,7 +227,7 @@ RtTrace *XNavMotif::plctrace_new( pwr_tOid oid, pwr_tStatus *sts)
XAtt *XNavMotif::xatt_new( pwr_tAttrRef *arp, int advanced_user, pwr_tStatus *sts)
{
return new XAttMotif( form_widget, this, arp, advanced_user, 0, sts);
return new XAttMotif( form_widget, this, arp, advanced_user, sts);
}
XCrr *XNavMotif::xcrr_new( pwr_tAttrRef *arp, int advanced_user, pwr_tStatus *sts)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment