Skip to content

Commit

Permalink
2006-03-31 Peter Dennis Bartok <pbartok@novell.com>
Browse files Browse the repository at this point in the history
	* XplatUIX11.cs: Enable clipping again now that the libgdiplus
	  bug is fixed


svn path=/trunk/mcs/; revision=58875
  • Loading branch information
Peter Dennis Bartok committed Apr 1, 2006
1 parent f0662a1 commit a85e60f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
@@ -1,3 +1,8 @@
2006-03-31 Peter Dennis Bartok <pbartok@novell.com>

* XplatUIX11.cs: Enable clipping again now that the libgdiplus
bug is fixed

2006-03-31 Jackson Harper <jackson@ximian.com>

* XplatUIX11.cs: Somehow we get SETCURSORS for bad windows
Expand Down
Expand Up @@ -3534,7 +3534,7 @@ internal class XException : ApplicationException {

if (client) {
hwnd.client_dc = Graphics.FromHwnd (hwnd.client_window);
//hwnd.client_dc.SetClip(hwnd.invalid);
hwnd.client_dc.SetClip(hwnd.invalid);
paint_event = new PaintEventArgs(hwnd.client_dc, hwnd.invalid);
hwnd.expose_pending = false;

Expand Down

0 comments on commit a85e60f

Please sign in to comment.