mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 01:21:03 +00:00
Corrected indents.
This commit is contained in:
parent
a501a83acf
commit
7f04ea5134
|
@ -330,11 +330,11 @@ namespace OpenTK
|
||||||
|
|
||||||
IWindowInfo InitializeWindows()
|
IWindowInfo InitializeWindows()
|
||||||
{
|
{
|
||||||
#if GTK3
|
#if GTK3
|
||||||
IntPtr windowHandle = gdk_win32_window_get_handle(this.Window.Handle);
|
IntPtr windowHandle = gdk_win32_window_get_handle(this.Window.Handle);
|
||||||
#else
|
#else
|
||||||
IntPtr windowHandle = gdk_win32_drawable_get_handle(GdkWindow.Handle);
|
IntPtr windowHandle = gdk_win32_drawable_get_handle(GdkWindow.Handle);
|
||||||
#endif
|
#endif
|
||||||
return Utilities.CreateWindowsWindowInfo(windowHandle);
|
return Utilities.CreateWindowsWindowInfo(windowHandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue