diff options
| author | Manolo Gouy <Manolo> | 2016-02-13 14:48:13 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-13 14:48:13 +0000 |
| commit | 4af616a7a27c3104938bf580502c762becd4417b (patch) | |
| tree | cf3ab60ea9727c887ccf91d0caca32e5ba523f78 /FL | |
| parent | c95169ea492a0d1b101f42b3f46d4e8607b9dd4a (diff) | |
New member function Fl_Quartz_Graphics_Driver::draw_CGImage() used internally for all image drawing.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11165 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -165,8 +165,6 @@ public: static void q_fill_context(); // fill a Quartz context with current FLTK state static void q_clear_clipping(); // remove all clipping from a Quartz context static void q_release_context(Fl_X *x=0); // free all resources associated with fl_gc - static void q_begin_image(CGRect&, int x, int y, int w, int h); - static void q_end_image(); // Cocoa additions static NSOpenGLPixelFormat *mode_to_NSOpenGLPixelFormat(int mode, const int*); // computes NSOpenGLPixelFormat from Gl window's mode static NSOpenGLContext* create_GLcontext_for_window(NSOpenGLPixelFormat *pixelformat, NSOpenGLContext *shared_ctx, Fl_Window *window); |
