From 48d7acef1c25169476b5a7bc67fa8f58805632f7 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 23 Jan 2008 00:18:05 +0000 Subject: [PATCH] Renamed Glx.Sgi.SwapIntervalSGI to Glx.Sgi.SwapInterval --- Source/OpenTK/Platform/X11/Glx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/OpenTK/Platform/X11/Glx.cs b/Source/OpenTK/Platform/X11/Glx.cs index a1c02c40..62ab62d8 100644 --- a/Source/OpenTK/Platform/X11/Glx.cs +++ b/Source/OpenTK/Platform/X11/Glx.cs @@ -319,7 +319,7 @@ namespace OpenTK.Platform.X11 public partial class Sgi { - public static int SwapIntervalSGI(int interval) + public static int SwapInterval(int interval) { return Delegates.glXSwapIntervalSGI(interval); }