diff options
| author | Manolo Gouy <Manolo> | 2016-11-02 21:08:15 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-11-02 21:08:15 +0000 |
| commit | d3f1a3c167954a4c874162ed4986a2235109ac33 (patch) | |
| tree | bfa8483e0ddf24ca20678e6a9eae80cc879e6c33 /FL/Fl_Pixmap.H | |
| parent | 5c2a7d9fed465403758edda57acc59a4879cae56 (diff) | |
Replace declarations such as "friend class Fl_Xlib_Graphics_Driver;" by platform-independent declarations.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12076 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Pixmap.H')
| -rw-r--r-- | FL/Fl_Pixmap.H | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/FL/Fl_Pixmap.H b/FL/Fl_Pixmap.H index 671457c5f..acfa7e62b 100644 --- a/FL/Fl_Pixmap.H +++ b/FL/Fl_Pixmap.H @@ -36,10 +36,7 @@ struct Fl_Menu_Item; (pixmap) images, including transparency. */ class FL_EXPORT Fl_Pixmap : public Fl_Image { - friend class Fl_Quartz_Graphics_Driver; - friend class Fl_GDI_Graphics_Driver; - friend class Fl_GDI_Printer_Graphics_Driver; - friend class Fl_Xlib_Graphics_Driver; + friend class Fl_Graphics_Driver; void copy_data(); void delete_data(); void set_data(const char * const *p); |
