axmol/cocos/2d/platform/ios
James Chen 42c724a59d Changes the order of inheritance for GLView. Reason:
```
 	bool ok = true;
 	JSObject *obj = JS_THIS_OBJECT(cx, vp);
 	js_proxy_t *proxy = jsb_get_js_proxy(obj);
	cocos2d::GLViewProtocol* cobj = (cocos2d::GLViewProtocol *)(proxy ? proxy->ptr : NULL);   // This line will cause the 'cobj' to be an invalid object, since the instance is a 'GLView', but we force cast it to 'GLViewProtocol*'.
 	JSB_PRECONDITION2( cobj, cx, false, "js_cocos2dx_GLViewProtocol_setDesignResolutionSize : Invalid Native Object");
 	if (argc == 3) {
 		double arg0;

```
After changing the order, the result could be fixed. But I don't know whether it's the best way to fix it. Anyway, it wouldn't break anything right now.
2014-03-12 14:43:51 +08:00
..
Simulation Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCApplication.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCApplication.mm Merge branch 'develop' into glview_improvements 2014-01-28 11:32:25 -08:00
CCCommon.mm Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCDevice.mm new[] free mismatching after PR #5326. 2014-02-18 10:11:04 +08:00
CCDirectorCaller.h update copyrights for 2014, in cocos/2d/ folder 2014-01-07 11:25:07 +08:00
CCDirectorCaller.mm closed #2920: add a variable to save shared director. 2014-02-19 14:23:41 +08:00
CCEAGLView.h Continue with the refactoring 2014-01-27 19:16:09 -08:00
CCEAGLView.mm Renames EGLView -> GLView 2014-01-30 16:51:43 -08:00
CCES2Renderer.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCES2Renderer.m Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCESRenderer.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCGL.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCGLView.h Changes the order of inheritance for GLView. Reason: 2014-03-12 14:43:51 +08:00
CCGLView.mm Renames EGLView -> GLView 2014-01-30 16:51:43 -08:00
CCImage.mm move labelttf's platform-dependent code from CCImage to CCDevice 2014-02-13 21:08:43 +08:00
CCPlatformDefine.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
CCStdC.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00
OpenGL_Internal.h Only compile iOS files on iOS 2014-01-27 16:44:10 -08:00