summaryrefslogtreecommitdiff
path: root/fluid/nodes/Window_Node.h
diff options
context:
space:
mode:
authormaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 02:33:41 +0500
committermaxim nikonov <maxim.nikonov@hqo.co>2026-02-06 02:33:41 +0500
commit43e0a37906afabb0b3b091b8d3eac9a910cae50c (patch)
treed2a037c2bf0dc395fddb08e32ebfcf2795503b7c /fluid/nodes/Window_Node.h
parent4ce4967c33d56e4b56d85d11fe0e0be91e159f5d (diff)
wip
Diffstat (limited to 'fluid/nodes/Window_Node.h')
-rw-r--r--fluid/nodes/Window_Node.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/nodes/Window_Node.h b/fluid/nodes/Window_Node.h
index 422326734..6403dd78e 100644
--- a/fluid/nodes/Window_Node.h
+++ b/fluid/nodes/Window_Node.h
@@ -72,8 +72,8 @@ protected:
void setlabel(const char *) override;
void write_code1(fld::io::Code_Writer& f) override;
void write_code2(fld::io::Code_Writer& f) override;
- Widget_Node *_make() override {return nullptr;} // we don't call this
- Fl_Widget *widget(int,int,int,int) override {return nullptr;}
+ Widget_Node *_make() override {return 0;} // we don't call this
+ Fl_Widget *widget(int,int,int,int) override {return 0;}
int recalc; // set by fix_overlay()
void moveallchildren(int key=0);
Type type() const override { return FLD_NODE_TYPE_Window; }
@@ -92,7 +92,7 @@ public:
numselected(0),
recalc(0),
modal(0), non_modal(0),
- xclass(nullptr),
+ xclass(0),
sr_min_w(0), sr_min_h(0), sr_max_w(0), sr_max_h(0)
{ }
uchar modal, non_modal;
@@ -134,7 +134,7 @@ public:
static Widget_Class_Node prototype;
protected:
- Fl_Menu_Item* subtypes() override {return nullptr;}
+ Fl_Menu_Item* subtypes() override {return 0;}
public:
Widget_Class_Node() {