Corrected indents.

This commit is contained in:
Jarl Gullberg 2017-05-21 22:27:24 +02:00
parent a501a83acf
commit 7f04ea5134
No known key found for this signature in database
GPG key ID: FBB69BD7CAE095A0

View file

@ -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);
}