From c154505b8986249d579f5062cca7b7a7d2936da7 Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Sun, 31 Aug 2014 10:17:22 +0000 Subject: [PATCH] EgtGraphics : - in Scene Reshape rinominata Resize. --- Scene.h | 2 +- SceneBasic.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scene.h b/Scene.h index faca43b..f3087bf 100644 --- a/Scene.h +++ b/Scene.h @@ -45,7 +45,7 @@ class Scene : public IEGrScene virtual std::string GetGLSLInfo( void) ; virtual std::string GetPixelFormatInfo( void) ; virtual bool RedrawWindow( void) ; - virtual bool Reshape( int nW, int nH) ; + virtual bool Resize( int nW, int nH) ; virtual bool SetBackground( Color colBackTop, Color colBackBottom) ; virtual bool Prepare( void) ; virtual bool Draw( void) ; diff --git a/SceneBasic.cpp b/SceneBasic.cpp index 39c060d..0384d70 100644 --- a/SceneBasic.cpp +++ b/SceneBasic.cpp @@ -455,7 +455,7 @@ Scene::CalcClippingPlanesFromExtView( void) //---------------------------------------------------------------------------- bool -Scene::Reshape( int nW, int nH) +Scene::Resize( int nW, int nH) { if ( ! MakeCurrent()) return false ;