mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / ibex / plat / OpenGL.cc
similarity index 96%
rename from src/org/xwt/plat/OpenGL.cc
rename to src/org/ibex/plat/OpenGL.cc
index 3c8cf6a..1f79649 100644 (file)
@@ -3,12 +3,12 @@
 
 // IMPROVMENT: use alpha testing? might be faster
 
-#include <org/xwt/plat/OpenGL.h>
-#include <org/xwt/plat/OpenGL$GLPixelBuffer.h>
-#include <org/xwt/plat/OpenGL$GLPicture.h>
-#include <org/xwt/plat/OpenGL$RectGLPicture.h>
-#include <org/xwt/plat/OpenGL$SquareGLPicture.h>
-#include <org/xwt/plat/OpenGL$MosaicGLPicture.h>
+#include <org/ibex/plat/OpenGL.h>
+#include <org/ibex/plat/OpenGL$GLPixelBuffer.h>
+#include <org/ibex/plat/OpenGL$GLPicture.h>
+#include <org/ibex/plat/OpenGL$RectGLPicture.h>
+#include <org/ibex/plat/OpenGL$SquareGLPicture.h>
+#include <org/ibex/plat/OpenGL$MosaicGLPicture.h>
 
 #include <java/lang/Error.h>
 
@@ -28,7 +28,7 @@
 #define min(a,b) ((a)<(b)?(a):(b)) 
 #define max(a,b) ((a)>(b)?(a):(b)) 
 
-namespace org { namespace xwt { namespace plat {
+namespace org { namespace ibex { namespace plat {
 
 #define checkGLError() checkGLError2(__FILE__,__LINE__)
 static void checkGLError2(const char *file,int line) {
@@ -302,4 +302,4 @@ void OpenGL$SquareGLPicture::draw(jint dx, jint dy, jint cx1, jint cy1, jint cx2
     checkGLError();
 }
 
-} } } // end org::xwt::plat
+} } } // end org::ibex::plat