From 5e0500411e2f6ea95db151d176d9a2b2fd2fb686 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Tue, 16 Jul 2019 11:36:27 +0800 Subject: [PATCH] struct description for _DriDriverOps --- include/exstubs.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/exstubs.h b/include/exstubs.h index f3995551..60d4591c 100644 --- a/include/exstubs.h +++ b/include/exstubs.h @@ -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.