struct description for _DriDriverOps

This commit is contained in:
Vincent Wei
2019-07-16 11:36:27 +08:00
parent 717fbd6fee
commit 5e0500411e

View File

@@ -125,6 +125,9 @@ enum DriColorLogicOp {
COLOR_LOGICOP_SET = 15
};
/**
* The struct type defines the operators for a DRI driver.
*/
typedef struct _DriDriverOps {
/**
* This operator creates the DriDriver object.