Added missing declaration of the fl_find() function.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9027 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
21ddc8900c
commit
28c559aa3f
1
FL/mac.H
1
FL/mac.H
@ -159,6 +159,7 @@ extern FL_EXPORT Fl_CGContextRef fl_gc;
|
||||
extern FL_EXPORT class Fl_Sys_Menu_Bar *fl_sys_menu_bar;
|
||||
|
||||
extern Window fl_xid(const Fl_Window*);
|
||||
extern Fl_Window* fl_find(Window xid);
|
||||
void fl_clip_region(Fl_Region);
|
||||
|
||||
extern FL_EXPORT Fl_Bitmask fl_create_bitmask(int w, int h, const uchar *data);
|
||||
|
Loading…
Reference in New Issue
Block a user