In System.Windows.Forms.X11Internal:
commit9f042e1aa8e9141fecef9e8d15286b85e2bf8f10
authortoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 12 Dec 2006 16:46:00 +0000 (12 16:46 +0000)
committertoshok <toshok@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Tue, 12 Dec 2006 16:46:00 +0000 (12 16:46 +0000)
tree6d524ab3f0968461aa73fa6af9a68e5c6e3cadc7
parent5cfe48eebdb0b658f7d5f6594909c8815c172ce6
In System.Windows.Forms.X11Internal:
2006-12-12  Chris Toshok  <toshok@ximian.com>

* XplatUIX11.cs: add working implementation for
DrawReversibleFrame, DrawReversibleLine, and
FillReversibleRectangle.

* XplatUIX11-new.cs: add DrawReversibleFrame, DrawReversibleLine,
and FillReversibleRectangle which call into X11Display's methods.

In System.Windows.Forms:
2006-12-12  Chris Toshok  <toshok@ximian.com>

* XplatUI.cs: add static DrawReversibleFrame, DrawReversibleLine,
and FillReversibleRectangle.

* XplatUIDriver.cs: add abstract DrawReversibleFrame, DrawReversibleLine,
and FillReversibleRectangle.

* XplatUIWin32.cs: add stubs which do nothing for
DrawReversibleFrame, DrawReversibleLine, and
FillReversibleRectangle.

* XplatUIOSX.cs: add stubs which raise NIE for
DrawReversibleFrame, DrawReversibleLine, and
FillReversibleRectangle.

* XplatUIX11.cs: add working implementation for
DrawReversibleFrame, DrawReversibleLine, and
FillReversibleRectangle.

* ControlPaint.cs: implement DrawReversibleFrame,
DrawReversibleLine, and FillReversibleRectangle, by calling into
the appropriate XplatUI method.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@69414 e3ebcda4-bce8-0310-ba0a-eca2169e7518
class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/X11Display.cs
class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/Xlib.cs
class/Managed.Windows.Forms/System.Windows.Forms.X11Internal/XplatUIX11-new.cs
class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
class/Managed.Windows.Forms/System.Windows.Forms/ControlPaint.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUI.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIDriver.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIOSX.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIWin32.cs
class/Managed.Windows.Forms/System.Windows.Forms/XplatUIX11.cs