diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-03-27 21:19:16 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-16 18:39:52 -0400 |
commit | 01d9652e223ddbf0756a6f8a57db8f44f37fe03f (patch) | |
tree | a3942b6806499fb2284489e89c22f1c521a25e6d /specs | |
parent | 37a65d8a0b8021c8c09f173c57f0c75bb035d556 (diff) |
correct prototype for XtDisplay; error in spec
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/CH02.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/CH02.xml b/specs/CH02.xml index 9e706c5..dd86b0c 100644 --- a/specs/CH02.xml +++ b/specs/CH02.xml @@ -3719,7 +3719,7 @@ and to the application writer by means of functions. <funcsynopsis> <funcprototype> - <funcdef>Display <function>XtDisplay</function></funcdef> + <funcdef>Display * <function>XtDisplay</function></funcdef> <paramdef>Widget <parameter>w</parameter></paramdef> </funcprototype> </funcsynopsis> |