aboutsummaryrefslogtreecommitdiff
path: root/main/enigma.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/enigma.cpp')
-rw-r--r--main/enigma.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/enigma.cpp b/main/enigma.cpp
index d53955ab..ce4a577d 100644
--- a/main/enigma.cpp
+++ b/main/enigma.cpp
@@ -180,11 +180,11 @@ int main(int argc, char **argv)
eWidgetDesktop dsk(eSize(720, 576));
eWidgetDesktop dsk_lcd(eSize(132, 64));
- if (double_buffer)
+/* if (double_buffer)
{
eDebug(" - double buffering found, enable buffered graphics mode.");
dsk.setCompositionMode(eWidgetDesktop::cmBuffered);
- }
+ } */
wdsk = &dsk;
lcddsk = &dsk_lcd;