From 94dcdfbb658d08f1e14a200582efff725930a8fa Mon Sep 17 00:00:00 2001 From: Matthias Goerner <1239022+unhyperbolic@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:13:02 -0800 Subject: [PATCH] Renaming CyOpenGL.pxi to initGlew.pxi --- opengl/CyOpenGL.pyx | 2 +- opengl/{CyOpenGL.pxi => initGlew.pxi} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename opengl/{CyOpenGL.pxi => initGlew.pxi} (100%) diff --git a/opengl/CyOpenGL.pyx b/opengl/CyOpenGL.pyx index 39e2d170..fdc6ea85 100644 --- a/opengl/CyOpenGL.pyx +++ b/opengl/CyOpenGL.pyx @@ -6,7 +6,7 @@ # configurations with certain cython versions. include "opengl.pxi" -include "CyOpenGL.pxi" +include "initGlew.pxi" include "CySnapPyfont.pxi" include "CySnapPyimages.pxi" diff --git a/opengl/CyOpenGL.pxi b/opengl/initGlew.pxi similarity index 100% rename from opengl/CyOpenGL.pxi rename to opengl/initGlew.pxi