summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
Diffstat (limited to 'specs')
-rw-r--r--specs/CH01.xml2
-rw-r--r--specs/CH02.xml2
-rw-r--r--specs/CH06.xml2
-rw-r--r--specs/CH07.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/specs/CH01.xml b/specs/CH01.xml
index e1558cd..5a12ae0 100644
--- a/specs/CH01.xml
+++ b/specs/CH01.xml
@@ -1980,7 +1980,7 @@ All these macros and functions have the same argument description.
<funcsynopsis id='XtIs'>
<funcprototype>
- <funcdef>Boolean <function>XtIs</function></funcdef>
+ <funcdef>Boolean <function>XtIs<subscript>class</subscript></function></funcdef>
<paramdef>Widget<parameter> w</parameter></paramdef>
</funcprototype>
</funcsynopsis>
diff --git a/specs/CH02.xml b/specs/CH02.xml
index ef2d123..9ec6f5b 100644
--- a/specs/CH02.xml
+++ b/specs/CH02.xml
@@ -3618,7 +3618,7 @@ which simplifies the creation of windows for widgets.
<paramdef>unsigned int <parameter>window_class</parameter></paramdef>
<paramdef>Visual * <parameter>visual</parameter></paramdef>
<paramdef>XtValueMask <parameter>value_mask</parameter></paramdef>
- <paramdef>XSetWindowAttributes <parameter>attributes</parameter></paramdef>
+ <paramdef>XSetWindowAttributes * <parameter>attributes</parameter></paramdef>
</funcprototype>
</funcsynopsis>
diff --git a/specs/CH06.xml b/specs/CH06.xml
index f1aaf3e..f50b6b8 100644
--- a/specs/CH06.xml
+++ b/specs/CH06.xml
@@ -613,7 +613,7 @@ The geometry_manager procedure pointer in a composite widget class is of type
<funcsynopsis id='XtGeometryHandler'>
<funcprototype>
-<funcdef>XtGeometryResult <function>*XtGeometryHandler</function></funcdef>
+<funcdef>typedef XtGeometryResult <function>*XtGeometryHandler</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>XtWidgetGeometry *<parameter>request</parameter></paramdef>
<paramdef>XtWidgetGeometry *<parameter>geometry_return</parameter></paramdef>
diff --git a/specs/CH07.xml b/specs/CH07.xml
index bccd341..eac8720 100644
--- a/specs/CH07.xml
+++ b/specs/CH07.xml
@@ -1805,7 +1805,7 @@ The accept_focus procedure pointer is of type
<funcsynopsis id='XtAcceptFocusProc'>
<funcprototype>
-<funcdef>Boolean <function>*XtAcceptFocusProc</function></funcdef>
+<funcdef>typedef Boolean <function>*XtAcceptFocusProc</function></funcdef>
<paramdef>Widget <parameter>w</parameter></paramdef>
<paramdef>Time *<parameter>time</parameter></paramdef>