[Lazarus] Threads and Libraries (dll and so)
Hans-Peter Diettrich
DrDiettrich1 at aol.com
Fri Feb 7 04:12:55 CET 2014
Mark Morgan Lloyd schrieb:
> OK, so assuming an OS similar to X, can a single app support two forms
> on different displays, and/or move forms between displays?
That's the job of the desktop/window manager, on every OS. When a form
shall be updated on screen, the manager determines the monitor from the
form's screen coordinates, then asks the form to paint itself. Moving
forms means nothing but changing their screen coordinates, then request
an screen update.
DoDi
More information about the Lazarus
mailing list