mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-04 06:11:14 +00:00
Make WinWindowInfo public.
Fixed X11WindowInfo line endings.
This commit is contained in:
parent
0790d58048
commit
2dbf21a64a
|
@ -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