mirror of
https://github.com/fltk/fltk.git
synced 2026-06-01 06:14:28 +08:00
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:
+1
-2
@@ -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&);
|
||||
|
||||
Reference in New Issue
Block a user