Re: [fltk.development] window positions (was: Fl_cocoa.mm doesn'treport modifiers)

2010-02-14 Thread Evan Laforge
I'll see whether there is some missing update of the event_x_root() value in the present code. Thank for fixing this! About the doc: may be its intent is to provide a procedure that works on subwindows as well as on windows. I agree it's more intuitive to just do window-x() to get window's

Re: [fltk.development] window positions (was: Fl_cocoa.mm doesn'treport modifiers)

2010-02-10 Thread manolo gouy
So I guess it's two bug reports: - bad advice in Fl::event_x_root() doc - Fl_Window::x() incorrect when the system modifies the passed sizes Never mind about the second, I realized that if you ask for the dimensions before show() then of course they may not be the final values. I now