diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-08-25 19:36:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-08-25 23:26:55 +0300 |
commit | d5847d54a527c41006cb4cade15d0b6346490e77 (patch) | |
tree | 5146fc48f6e2d10eb3f41f1b20eac16f66b36f28 /src/sdl2graphics.h | |
parent | 5b20a3d95717f75d33801c4dd2b093e106d90541 (diff) | |
download | plus-d5847d54a527c41006cb4cade15d0b6346490e77.tar.gz plus-d5847d54a527c41006cb4cade15d0b6346490e77.tar.bz2 plus-d5847d54a527c41006cb4cade15d0b6346490e77.tar.xz plus-d5847d54a527c41006cb4cade15d0b6346490e77.zip |
add partial support for software mode with SDL2.
Diffstat (limited to 'src/sdl2graphics.h')
-rw-r--r-- | src/sdl2graphics.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sdl2graphics.h b/src/sdl2graphics.h index 35659161d..3cb191d41 100644 --- a/src/sdl2graphics.h +++ b/src/sdl2graphics.h @@ -135,15 +135,6 @@ class SDLGraphics : public Graphics const int width, const int height, const bool useColor); - int SDL_FakeUpperBlit(const SDL_Surface *const src, - SDL_Rect *const srcrect, - const SDL_Surface *const dst, - SDL_Rect *dstrect) const; - - void drawHLine(int x1, int y, int x2); - - void drawVLine(int x, int y1, int y2); - uint32_t mOldPixel; int mOldAlpha; }; |