summaryrefslogtreecommitdiff
path: root/fluid/nodes/Widget_Node.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2025-11-29 12:57:08 +0100
committerGitHub <noreply@github.com>2025-11-29 12:57:08 +0100
commit349b818d3fd4f568160537616857b9ff7d68d3aa (patch)
treeaa4deb3b74345abf0dd6584bd9e3139c5812e43d /fluid/nodes/Widget_Node.h
parent725be0116f1d4dbcd64a99b555572341f2d29eda (diff)
Fluid: convert modal panels into tabs in the widget panel (#1339)
Diffstat (limited to 'fluid/nodes/Widget_Node.h')
-rw-r--r--fluid/nodes/Widget_Node.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fluid/nodes/Widget_Node.h b/fluid/nodes/Widget_Node.h
index fd0b7ddbe..0276cbcdf 100644
--- a/fluid/nodes/Widget_Node.h
+++ b/fluid/nodes/Widget_Node.h
@@ -29,7 +29,8 @@ class Widget_Node;
class Image_Asset;
extern void* const LOAD;
-extern Widget_Node *current_widget; // one of the selected ones
+extern Node* current_node; // one of the selected ones
+extern Widget_Node* current_widget; // one of the selected ones
extern const char* subclassname(Node* l);
extern int is_name(const char *c);