Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81101 --- shadow/81101 2007-03-09 23:51:44.000000000 -0500 +++ shadow/81101.tmp.5343 2007-03-09 23:59:16.000000000 -0500 @@ -34,6 +34,14 @@ Patch + ChangeLog entry ------- Additional Comments From [EMAIL PROTECTED] 2007-03-09 23:51 ------- need some tests for WindowTarget. Should it always be initialized? is it null initially? etc. + +------- Additional Comments From [EMAIL PROTECTED] 2007-03-09 23:59 ------- +WindowTarget is the layer for passing messages to the control. So it +should be created before the ControlNativeWindow (which receives the +messages from the main dispatcher). It must not be null (thus +initialized in the ctor). It is just a pure layer (not exposing +behaviour) between NativeWindow and the Control for messages. It +doesn't have special constrains. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
