diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xglLayer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/xglLayer.h b/include/xglLayer.h index 2cfdb162..e369fc25 100644 --- a/include/xglLayer.h +++ b/include/xglLayer.h @@ -269,5 +269,13 @@ typedef struct _XGL_LAYER_DISPATCH_TABLE WsiX11QueuePresentType WsiX11QueuePresent; } XGL_LAYER_DISPATCH_TABLE; +// LL node for tree of dbg callback functions +typedef struct _XGL_LAYER_DBG_FUNCTION_NODE +{ + XGL_DBG_MSG_CALLBACK_FUNCTION pfnMsgCallback; + XGL_VOID *pUserData; + struct _XGL_LAYER_DBG_FUNCTION_NODE *pNext; +} XGL_LAYER_DBG_FUNCTION_NODE; + // ------------------------------------------------------------------------------------------------ // API functions |
