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=79326 --- shadow/79326 2006-09-08 20:46:57.000000000 -0400 +++ shadow/79326.tmp.23021 2006-09-12 15:58:02.000000000 -0400 @@ -40,6 +40,17 @@ at System.Windows.Forms.Application.RunLoop () at System.Windows.Forms.Application.Run () at CSharp_Tetris.LayoutForm.Main () ------- Additional Comments From [EMAIL PROTECTED] 2006-09-08 13:48 ------- *** Bug 79293 has been marked as a duplicate of this bug. *** + +------- Additional Comments From [EMAIL PROTECTED] 2006-09-12 15:58 ------- +this particular bug comes from the following two lines in +LayoutForm.cs:InitializeComponent: + + this.MaximizeBox = false; + this.MinimizeBox = false; + +If one (or both) are commented out, no X11 errors. + +seems to be the multiple RecreateHandle calls? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
