XrmGetDatabase − retrieve the resource database associated with a display.
Synopsis
XrmDatabase XrmGetDatabase(display)
Display *display;
Arguments
displaySpecifies the connection to the X server.
Availability
Release 5 and later.
Description
XrmGetDatabase() returns the database associated with the specified display. It returns NULL if a database has not yet been set with XrmSetDatabase().
See Also
XrmSetDatabase().
Copyright O’Reilly & Assoc. —