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