Re: [fltk.general] question about Fl_Double_Window

2012-02-09 Thread MacArthur, Ian (SELEX GALILEO, UK)
In fltk1.3, there has Fl_Window and Fl_Double_Window class, the Fl_Window will malloc w*h*bpp/8 Bytes memory, but Fl_Double_Window will malloc double, which is same as fltk2.0. Then I want to ask in which case we need to use Fl_Double_Window class but can not use Fl_Window class You use a

[fltk.general] question about Fl_Double_Window

2012-02-08 Thread leowang
Dear All, In fltk1.3, there has Fl_Window and Fl_Double_Window class, the Fl_Window will malloc w*h*bpp/8 Bytes memory, but Fl_Double_Window will malloc double, which is same as fltk2.0. Then I want to ask in which case we need to use Fl_Double_Window class but can not use Fl_Window class