FLTK logo

[Library] r9027 - branches/branch-1.3/FL

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r9027 - branches/branch-1.3/FL fltk-dev Sep 02, 2011  
 
Author: manolo
Date: 2011-09-02 07:42:02 -0700 (Fri, 02 Sep 2011)
New Revision: 9027
Log:
Added missing declaration of the fl_find() function.

Modified:
   branches/branch-1.3/FL/mac.H

Modified: branches/branch-1.3/FL/mac.H
===================================================================
--- branches/branch-1.3/FL/mac.H	2011-09-02 12:15:43 UTC (rev 9026)
+++ branches/branch-1.3/FL/mac.H	2011-09-02 14:42:02 UTC (rev 9027)
@@ -159,6 +159,7 @@
 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);

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.