summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-07-01 17:02:27 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2024-07-01 17:02:27 +0200
commitb5516449a687f8493e5fd9682511e9611a5b4fb7 (patch)
tree68dc25f67389d0c8bac6dd2ac2ccc3f2e7df61f5 /FL
parentb55dc47aaed32f7f44cd2ded9836302d791875d6 (diff)
Wayland: fix interactive moving and resizing of a subwindow - cont'd (#987)
This commit removes changes in class Fl_Group introduced in 1c6a0c1.
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Group.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 9f76b4fd1..173f8754b 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -54,7 +54,7 @@ class Fl_Rect;
reason \p FL_REASON_CLOSED.
*/
class FL_EXPORT Fl_Group : public Fl_Widget {
- friend class Fl_Window_Driver;
+
union {
Fl_Widget** array_; // used if group has two or more children or NULL
Fl_Widget* child1_; // used if group has one child or NULL
@@ -67,7 +67,6 @@ class FL_EXPORT Fl_Group : public Fl_Widget {
int navigation(int);
static Fl_Group *current_;
- static int group_resize_depth_;
// unimplemented copy ctor and assignment operator
Fl_Group(const Fl_Group&);