summaryrefslogtreecommitdiff
path: root/FL/mac.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-05-12 11:50:43 +0000
committerManolo Gouy <Manolo>2011-05-12 11:50:43 +0000
commitbcdf4a4be16cd73a15643c67934d5a28f66a0a55 (patch)
tree08aee92b57ccb28fa426748fff53f75d76b535fd /FL/mac.H
parent622b357f24ed98769e7006225690bfdbb6648e83 (diff)
Mac OS: simplified by removing Fl_X::contains_GL_subwindow() function.
This operation is now performed within Fl_cocoa.mm git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8657 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/mac.H')
-rw-r--r--FL/mac.H1
1 files changed, 0 insertions, 1 deletions
diff --git a/FL/mac.H b/FL/mac.H
index d2398ce12..67307b0cf 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -140,7 +140,6 @@ public:
int unlink(Fl_X* start = NULL);
void collapse(void);
WindowRef window_ref(void);
- void contains_GL_subwindow(void);
void set_key_window(void);
void set_cursor(Fl_Cursor);
static CGImageRef CGImage_from_window_rect(Fl_Window *win, int x, int y, int w, int h);