From a1d8ebc0de69b263556359ff47ac5507a9b0befd Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Sun, 7 Dec 2025 00:08:07 -0500 Subject: [PATCH] node: update node_descriptor_create() comment --- include/node.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/node.h b/include/node.h index 7b4936d6..6e459f69 100644 --- a/include/node.h +++ b/include/node.h @@ -24,6 +24,7 @@ struct node_descriptor { * @type: node descriptor type * @view: associated view * @data: struct to point to as follows: + * - LAB_NODE_CYCLE_OSD_ITEM struct cycle_osd_item * - LAB_NODE_LAYER_SURFACE struct lab_layer_surface * - LAB_NODE_LAYER_POPUP struct lab_layer_popup * - LAB_NODE_MENUITEM struct menuitem