Ups, forgot to initialise, must be:

> Fl_Resize_Window(int w, int h, const char* l= 0):
> Fl_Double_Window(w, h, l),
   mp_Callback(0)
> {}
>
> Fl_Resize_Window(int x, int y, int w, int h, const char* l= 0):
> Fl_Double_Window(x, y, w, h, l),
   mp_Callback(0)
> {}
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to