diff options
| author | Manolo Gouy <Manolo> | 2016-04-19 06:34:40 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-19 06:34:40 +0000 |
| commit | 366f4bfbc9e6d71e7b5fccf6d666d5dd3cab600c (patch) | |
| tree | 2773f44a324655a262a29e176b48965ee37611bc /FL/mac.H | |
| parent | c0f14ca2f00b1ea026298b0efa91c8b6afb13244 (diff) | |
Move the set_key_window() member function from class Fl_X to class Fl_Cocoa_Window_Driver.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11655 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
| -rw-r--r-- | FL/mac.H | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -129,7 +129,6 @@ public: Fl_X *next; // chain of mapped windows static Fl_X* first; static Fl_X* i(const Fl_Window* w) {return (Fl_X*)w->i;} - static int fake_X_wm(const Fl_Window*,int&,int&,int&,int&,int&); static void make(Fl_Window*); static void set_high_resolution(bool); CGRect* subRect() { return subRect_; } // getter @@ -149,7 +148,6 @@ public: static void GLcontext_makecurrent(NSOpenGLContext*); static void GL_cleardrawable(void); void destroy(void); - void set_key_window(void); static CGImageRef CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, int h); static unsigned char *bitmap_from_window_rect(Fl_Window *win, int x, int y, int w, int h, int *bytesPerPixel); private: |
