Bug 37552 - libXaw.html promotes obsolete XtAppInitialize
Summary: libXaw.html promotes obsolete XtAppInitialize
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 7.6 (2010.12)
Hardware: x86-64 (AMD64) Linux (All)
: medium trivial
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard: 2011BRB_Reviewed
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-24 13:02 UTC by Christopher Yeleighton
Modified: 2019-02-18 23:22 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description Christopher Yeleighton 2011-05-24 13:02:30 UTC
Athena Widget Set:

***
You must call a toolkit initialization function before invoking any other toolkit routines (besides locale setting, above). XtAppInitialize opens the X server connection, parses the command line, and creates an initial widget that will serve as the root of a tree of widgets created by this application.
***

X Toolkit Intrinsics:

***
XtOpenApplication is a new convenience procedure to initialize the toolkit, create an application
context, open an X display connection, and create the root of the widget instance tree. It is
identical to the interface it replaces, XtAppInitialize, in all respects except that it takes an additional
argument specifying the widget class of the root shell to create. This interface is now the
recommended one so that clients may easily become session participants. The old convenience
procedures appear in the compatibility section.
***
Comment 1 Adam Jackson 2018-06-12 19:07:46 UTC
Mass closure: This bug has been untouched for more than six years, and is not
obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.
Comment 2 Alan Coopersmith 2019-02-18 23:22:39 UTC
Fixed in git master:
https://gitlab.freedesktop.org/xorg/lib/libxaw/commit/2b9a7f2c89ebaf411e23af40dd18ad84d48019e8

Thanks for pointing this out.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.