summaryrefslogtreecommitdiff
path: root/specs
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-04-21 13:47:49 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-21 18:27:41 -0400
commitc605f7d108365fdd4e46a032fcaaa812cef56f83 (patch)
tree71d9860c93fab9b0cc66a74e8e927b3a7fcbf783 /specs
parent3637c0988df16732dbbd121760688ee82b9d3882 (diff)
downloadxorg-lib-libXt-c605f7d108365fdd4e46a032fcaaa812cef56f83.tar.gz
fill in a few missing typedef keywords, and a missing "*" in prototype, as well as minor clarification of "XtIs<class>"
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
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>