mirror of
https://github.com/fltk/fltk.git
synced 2026-06-06 00:22:42 +08:00
OSX compile fix.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2574 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// "$Id: Fl.cxx,v 1.24.2.41.2.44 2002/08/09 01:09:48 easysw Exp $"
|
// "$Id: Fl.cxx,v 1.24.2.41.2.45 2002/08/12 19:30:44 easysw Exp $"
|
||||||
//
|
//
|
||||||
// Main event handling code for the Fast Light Tool Kit (FLTK).
|
// Main event handling code for the Fast Light Tool Kit (FLTK).
|
||||||
//
|
//
|
||||||
@@ -717,8 +717,8 @@ void Fl_Window::hide() {
|
|||||||
// remove all childwindow links
|
// remove all childwindow links
|
||||||
for ( Fl_X *pc = Fl_X::first; pc; pc = pc->next )
|
for ( Fl_X *pc = Fl_X::first; pc; pc = pc->next )
|
||||||
{
|
{
|
||||||
if ( pc->xidNext == x ) pc->xidNext = x->xidNext;
|
if ( pc->xidNext == ip ) pc->xidNext = ip->xidNext;
|
||||||
if ( pc->xidChildren == x ) pc->xidChildren = x->xidNext;
|
if ( pc->xidChildren == ip ) pc->xidChildren = ip->xidNext;
|
||||||
}
|
}
|
||||||
#endif // __APPLE__
|
#endif // __APPLE__
|
||||||
|
|
||||||
@@ -949,5 +949,5 @@ void Fl_Window::flush() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// End of "$Id: Fl.cxx,v 1.24.2.41.2.44 2002/08/09 01:09:48 easysw Exp $".
|
// End of "$Id: Fl.cxx,v 1.24.2.41.2.45 2002/08/12 19:30:44 easysw Exp $".
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user