summaryrefslogtreecommitdiff
path: root/FL/Fl_Image.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2010-05-27 17:20:18 +0000
committerManolo Gouy <Manolo>2010-05-27 17:20:18 +0000
commit26049351e09d75bdf8b35273a76cf65202583fa7 (patch)
tree010685555b9f83d071a14262e8ce346c7388f254 /FL/Fl_Image.H
parent0a280ce591046f6834f1233087a72fa6bdd97bad (diff)
Better device hierarchy with surfaces and graphics drivers.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7617 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Image.H')
-rw-r--r--FL/Fl_Image.H7
1 files changed, 4 insertions, 3 deletions
diff --git a/FL/Fl_Image.H b/FL/Fl_Image.H
index ff10b1ef6..329f3fa44 100644
--- a/FL/Fl_Image.H
+++ b/FL/Fl_Image.H
@@ -188,9 +188,10 @@ class FL_EXPORT Fl_Image {
&lt;FL/Fl_RGB_Image.H&gt; should be included.
*/
class FL_EXPORT Fl_RGB_Image : public Fl_Image {
- friend class Fl_Device;
- void generic_device_draw(int X, int Y, int W, int H, int cx=0, int cy=0);
- public:
+ friend class Fl_Quartz_Graphics_Driver;
+ friend class Fl_GDI_Graphics_Driver;
+ friend class Fl_Xlib_Graphics_Driver;
+public:
const uchar *array;
int alloc_array; // Non-zero if array was allocated