DwtDrmRCSetType(3Dwt)
Name
DwtDrmRCSetType − Modifies the type of a resource context.
Syntax
#include <X11/DwtAppl.h>
DwtDrmRCSetType(context_id, type)
DRMResourceContextPtr context_id;
DRMType *type;
Arguments
context_idSpecifies the resource context to modify.
typeSpecifies the new value for the resource context type.
Description
The DwtDrmRCSetType function modifies the type of the specified resource context. No validity checking is done on the resource context; the caller must ensure that the resource context pointer is valid. No return code is defined.
See Also
Subroutines