mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-27 02:21:11 +00:00
Make WinWindowInfo public.
Fixed X11WindowInfo line endings.
This commit is contained in:
parent
601f6d8caa
commit
43aaa02745
|
@ -4,9 +4,8 @@ using System.Text;
|
||||||
|
|
||||||
namespace OpenTK.Platform.Windows
|
namespace OpenTK.Platform.Windows
|
||||||
{
|
{
|
||||||
/// <internal />
|
|
||||||
/// <summary>Describes a win32 window.</summary>
|
/// <summary>Describes a win32 window.</summary>
|
||||||
internal sealed class WinWindowInfo : IWindowInfo
|
public sealed class WinWindowInfo : IWindowInfo
|
||||||
{
|
{
|
||||||
IntPtr handle, dc;
|
IntPtr handle, dc;
|
||||||
WinWindowInfo parent;
|
WinWindowInfo parent;
|
||||||
|
|
Loading…
Reference in a new issue