Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
4003:ea059917233c | 4004:ce8046809062 |
---|---|
10 | 10 |
11 | 11 |
12 | 12 |
13 | 13 |
14 template<class T> | 14 template<class T> |
15 class CBitmapSurface : public T | 15 NONSHARABLE_CLASS(CBitmapSurface) : public T |
16 { | 16 { |
17 public: | 17 public: |
18 CBitmapSurface(RWsSession& aSession); | 18 CBitmapSurface(RWsSession& aSession); |
19 private: | 19 private: |
20 void ConstructL(RWindow& aWindow, CWsScreenDevice& aDevice); | 20 void ConstructL(RWindow& aWindow, CWsScreenDevice& aDevice); |
828 | 828 |
829 | 829 |
830 | 830 |
831 | 831 |
832 CDsa::CDsa(RWsSession& aSession) : | 832 CDsa::CDsa(RWsSession& aSession) : |
833 iSession(aSession), | 833 iStateFlags(0), |
834 iStateFlags(0) | 834 iSession(aSession) |
835 | |
835 { | 836 { |
836 // CActiveScheduler::Add(this); | 837 // CActiveScheduler::Add(this); |
837 iCFTable[0] = CopyMem; | 838 iCFTable[0] = CopyMem; |
838 iCFTable[1] = CopyMemFlipReversed; | 839 iCFTable[1] = CopyMemFlipReversed; |
839 iCFTable[2] = CopyMemReversed; | 840 iCFTable[2] = CopyMemReversed; |