XrmSetDatabase − associate a resource database with a display.
Synopsis
void XrmSetDatabase(display, database)
Display *display;
XrmDatabase database;
Arguments
displaySpecifies the connection to the X server.
databaseSpecifies the resource database.
Availability
Release 5 and later.
Description
XrmSetDatabase() associates the specified resource database (or NULL) with the specified display. The database previously associated with the display (if any) is not destroyed. A client or toolkit may find this function convenient for retaining a database once it is constructed.
See Also
XrmGetDatabase().
Copyright O’Reilly & Assoc. —