From: Jarl Gullberg Date: Sun, 21 May 2017 20:27:24 +0000 (+0200) Subject: Corrected indents. X-Git-Tag: v3.0.0~96^2~42 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7f04ea51343590c153b7a13f7c8ca0580d71822c;p=platform%2Fcore%2Fcsapi%2Fopentk.git Corrected indents. --- diff --git a/src/OpenTK.GLWidget/GLWidget.cs b/src/OpenTK.GLWidget/GLWidget.cs index 320f7d7..c63eabc 100644 --- a/src/OpenTK.GLWidget/GLWidget.cs +++ b/src/OpenTK.GLWidget/GLWidget.cs @@ -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); }