Details on PORTME items. Move fl_parse_color() to screen drivers.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11163 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2016-02-13 12:57:00 +00:00
parent 8deac1e6ba
commit 5d1df0e789
83 changed files with 361 additions and 330 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ private:
int width;
int height;
Fl_Paged_Device *helper;
#ifdef __APPLE__ // PORTME: platform surface driver
#ifdef __APPLE__ // PORTME: Fl_Surface_Driver - platform surface driver
CFMutableDataRef pdfdata;
CGContextRef oldgc;
CGContextRef gc;
@@ -86,7 +86,7 @@ public:
int h() { return height; }
};
#if defined(__APPLE__) // PORTME: platform surface driver
#if defined(__APPLE__) // PORTME: Fl_Surface_Driver - platform surface driver
/* Mac class to reimplement Fl_Paged_Device::printable_rect() */
class FL_EXPORT Fl_Quartz_Surface_ : public Fl_System_Printer {