diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-12-10 23:25:32 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-12-10 23:25:32 +0000 |
| commit | f4f8f9a2775fa1794de6935756f30bf4d99f33e8 (patch) | |
| tree | 561979821548c1365549303b79fe72ad9ac4e284 /main/enigma.cpp | |
| parent | f943061914ca950bb4538c31d00c409c0a3fa869 (diff) | |
| download | enigma2-f4f8f9a2775fa1794de6935756f30bf4d99f33e8.tar.gz enigma2-f4f8f9a2775fa1794de6935756f30bf4d99f33e8.zip | |
add support for manual blit
Diffstat (limited to 'main/enigma.cpp')
| -rw-r--r-- | main/enigma.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp index 72087c92..6c5169d2 100644 --- a/main/enigma.cpp +++ b/main/enigma.cpp @@ -258,7 +258,6 @@ int main(int argc, char **argv) gPainter p(my_lcd_dc); p.resetClip(eRect(0, 0, 132, 64)); p.clear(); - p.flush(); } return exit_code; |
