From e9eb841fabb0792defc0268952cd2d7890903a39 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 14 Oct 2010 16:40:10 +0200 Subject: [PATCH] Added pointers to platform state definitions. --- src/internal.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/internal.h b/src/internal.h index ee4e92c5..a44ab51a 100644 --- a/src/internal.h +++ b/src/internal.h @@ -205,6 +205,7 @@ struct _GLFWwindow int glForward, glDebug, glProfile; PFNGLGETSTRINGIPROC GetStringi; + // These are defined in the current port's platform.h _GLFW_PLATFORM_WINDOW_STATE; _GLFW_PLATFORM_CONTEXT_STATE; }; @@ -226,6 +227,7 @@ struct _GLFWlibrary GLFWgammaramp originalRamp; int originalRampSize; + // This is defined in the current port's platform.h _GLFW_PLATFORM_LIBRARY_STATE; };