mirror of https://github.com/fltk/fltk
Wayland: remove unneeded friend declarations
This commit is contained in:
parent
3ff8a4ae8a
commit
f41861976b
|
@ -57,7 +57,6 @@ struct seat {
|
|||
class Fl_Wayland_Screen_Driver : public Fl_Unix_Screen_Driver
|
||||
{
|
||||
friend class Fl_Screen_Driver;
|
||||
friend class Fl_Wayland_Graphics_Driver;
|
||||
static int insertion_point_x;
|
||||
static int insertion_point_y;
|
||||
static int insertion_point_width;
|
||||
|
|
|
@ -47,7 +47,6 @@ class Fl_Wayland_Plugin;
|
|||
|
||||
class Fl_Wayland_Window_Driver : public Fl_Window_Driver
|
||||
{
|
||||
friend class Fl_X;
|
||||
friend class Fl_Wayland_Gl_Window_Driver;
|
||||
friend class Fl_Wayland_Screen_Driver;
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue