Wayland: fix interactive moving and resizing of a subwindow - cont'd (#987)

This commit removes changes in class Fl_Group introduced in 1c6a0c1.
This commit is contained in:
ManoloFLTK
2024-07-01 17:02:27 +02:00
parent b55dc47aae
commit b5516449a6
4 changed files with 9 additions and 13 deletions
+1 -2
View File
@@ -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&);