Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp	(revision 241)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp	(revision 242)
@@ -654,13 +654,12 @@
 void VBoxConsoleView::onFullscreenChange (bool /* on */)
 {
-LogTrace();
-    if (fb)
-    {
-        VBoxResizeEvent e (fb->pixelFormat(), fb->address(), fb->colorDepth(),
-                           fb->width(), fb->height());
-        fb->resizeEvent (&e);
-    }
-//CDisplay dsp = cconsole.GetDisplay();
-//dsp.InvalidateAndUpdate();
+    /// @todo (r=dmik) not currently sure is this method necessary to
+    //  fix fullscreen toggle problems (invalid areas) on Linux/SDL    
+//    if (fb)
+//    {
+//        VBoxResizeEvent e (fb->pixelFormat(), fb->address(), fb->colorDepth(),
+//                           fb->width(), fb->height());
+//        fb->resizeEvent (&e);
+//    }
 }
 
