[lazarus] WndList global variable

Vincent Snijders vslist at mail.cwazy.co.uk
Thu Dec 18 04:06:45 EST 2003


Hi,

The win32 interface has a global variable WndList. Comments in code
suggest it is (or should, would be) used to keep a list with windows,
that have properties set by SetProp. At the end this list could be used
to remove the properties with RemoveProp. This is not implemented.

IMO this variable is obsolete, since we remove all properties while
handling the wm_destroy message in the wndproc. We don't need the global
variable to do so. Can it be removed?

I also have some problems with sending and receiving email to and
from the list. Did you receive any patch for the win32 interface from me
since yesterday?

Regards,
Vincent Snijders.










More information about the Lazarus mailing list