From 48e37fed020365ac9e77bd5ce922a1d0d854774d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 25 Nov 2010 12:15:17 +0000 Subject: [PATCH] Rename glhelpers.hpp to glsize.hpp --- glhelpers.hpp => glsize.hpp | 0 glxtrace.py | 2 +- opengl32.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename glhelpers.hpp => glsize.hpp (100%) diff --git a/glhelpers.hpp b/glsize.hpp similarity index 100% rename from glhelpers.hpp rename to glsize.hpp diff --git a/glxtrace.py b/glxtrace.py index 38bac45..39dd337 100644 --- a/glxtrace.py +++ b/glxtrace.py @@ -78,7 +78,7 @@ if __name__ == '__main__': print '#include ' print print '#include "log.hpp"' - print '#include "glhelpers.hpp"' + print '#include "glsize.hpp"' print print 'extern "C" {' print diff --git a/opengl32.py b/opengl32.py index e9c5c56..43cbb83 100644 --- a/opengl32.py +++ b/opengl32.py @@ -431,7 +431,7 @@ if __name__ == '__main__': print '#include "wglext.h"' print print '#include "log.hpp"' - print '#include "glhelpers.hpp"' + print '#include "glsize.hpp"' print print '#ifndef PFD_SUPPORT_DIRECTDRAW' print '#define PFD_SUPPORT_DIRECTDRAW 0x00002000' -- 2.45.2