Re: [fltk.development] Fltk3 shaped window bails on win32

2011-11-14 Thread Ben Stott
On 14/11/11 20:49, MacArthur, Ian (SELEX GALILEO, UK) wrote: > The fltk3 build is bailing on me right now, with r9175. > > This is on WinXP with mingw/Msys. > > > $ make > === making src === > Compiling fltk3/ShapedWindow.cxx... > fltk3/ShapedWindow.cxx: In function `HRGN__* > ::bitmap2region(fltk3

Re: [fltk.development] Fl_Window::show() on multiple screens

2011-11-14 Thread Evan Laforge
> Please, try r.9176 that should fix all problems. Looks like my test program above is positioning properly now. Thanks! ___ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev

Re: [fltk.development] Fl_Window::show() on multiple screens

2011-11-14 Thread Manolo Gouy
> > Sorry, but I think there's something wrong with this patch. Given the > following file: > > #include > #include > #include > > > void > make(int x, int y, int w, int h, const char *label) > { > printf("%s: wanted: %d %d\n", label, x, y); > Fl_Window *win = new Fl_Window(x, y, w, h,

[fltk.development] Fltk3 shaped window bails on win32

2011-11-14 Thread MacArthur, Ian (SELEX GALILEO, UK)
The fltk3 build is bailing on me right now, with r9175. This is on WinXP with mingw/Msys. $ make === making src === Compiling fltk3/ShapedWindow.cxx... fltk3/ShapedWindow.cxx: In function `HRGN__* ::bitmap2region(fltk3::Image*)': fltk3/ShapedWindow.cxx:66: error: `ALLOC_UNIT' undeclared (first

Re: [fltk.development] RFC -- how to instrument a test program to testfor shadow variables

2011-11-14 Thread MacArthur, Ian (SELEX GALILEO, UK)
> I can think of two approaches to doing this, which I've attached > to STR #2728 > > Curious which you think is better.. I kinda like (A) the most: > > A. Have the test/Makefile automatically generate a > shadow_variables.cxx >file on the fly via