diff src/video/symbian/EKA2/dsa.cpp @ 4004:ce8046809062 SDL-1.2

Minor updates to the Symbian/S60 port, plus project files that weren't previously imported. Fixes Bugzilla #433.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 05 Jul 2007 04:51:09 +0000
parents e85e65aec22f
children
line wrap: on
line diff
--- a/src/video/symbian/EKA2/dsa.cpp	Thu Jul 05 02:53:40 2007 +0000
+++ b/src/video/symbian/EKA2/dsa.cpp	Thu Jul 05 04:51:09 2007 +0000
@@ -12,7 +12,7 @@
 
 
 template<class T>
-class CBitmapSurface : public T
+NONSHARABLE_CLASS(CBitmapSurface) : public T
 	{
 public:
 	CBitmapSurface(RWsSession& aSession);
@@ -830,8 +830,9 @@
 
     
 CDsa::CDsa(RWsSession& aSession) : 
- 	iSession(aSession),
-  	iStateFlags(0)
+ 	iStateFlags(0),
+ 	iSession(aSession)
+  
 	{
 //	CActiveScheduler::Add(this);
 	iCFTable[0] = CopyMem;