Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
3505086e
Commit
3505086e
authored
Sep 19, 2012
by
Claes Sjofors
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Built for motif
parent
a6626a6d
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
10 deletions
+6
-10
profibus/lib/wb/gtk/wb_c_pndevice_gtk.cpp
profibus/lib/wb/gtk/wb_c_pndevice_gtk.cpp
+1
-1
xtt/lib/flow/motif/flow_x.c
xtt/lib/flow/motif/flow_x.c
+1
-5
xtt/lib/glow/motif/glow_draw_xlib.cpp
xtt/lib/glow/motif/glow_draw_xlib.cpp
+1
-1
xtt/lib/xtt/motif/xtt_ge_motif.h
xtt/lib/xtt/motif/xtt_ge_motif.h
+1
-1
xtt/lib/xtt/motif/xtt_xattone_motif.cpp
xtt/lib/xtt/motif/xtt_xattone_motif.cpp
+1
-1
xtt/lib/xtt/motif/xtt_xnav_motif.cpp
xtt/lib/xtt/motif/xtt_xnav_motif.cpp
+1
-1
No files found.
profibus/lib/wb/gtk/wb_c_pndevice_gtk.cpp
View file @
3505086e
...
...
@@ -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
);
...
...
xtt/lib/flow/motif/flow_x.c
View file @
3505086e
/**
/**
* 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...
//
...
...
xtt/lib/glow/motif/glow_draw_xlib.cpp
View file @
3505086e
...
...
@@ -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
));
...
...
xtt/lib/xtt/motif/xtt_ge_motif.h
View file @
3505086e
x
/*
/*
* Proview Open Source Process Control.
* Copyright (C) 2005-2012 SSAB EMEA AB.
*
...
...
xtt/lib/xtt/motif/xtt_xattone_motif.cpp
View file @
3505086e
...
...
@@ -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
;
...
...
xtt/lib/xtt/motif/xtt_xnav_motif.cpp
View file @
3505086e
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment