Changeset 242 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 23, 2007 4:40:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp
r237 r242 654 654 void VBoxConsoleView::onFullscreenChange (bool /* on */) 655 655 { 656 LogTrace(); 657 if (fb) 658 { 659 VBoxResizeEvent e (fb->pixelFormat(), fb->address(), fb->colorDepth(), 660 fb->width(), fb->height()); 661 fb->resizeEvent (&e); 662 } 663 //CDisplay dsp = cconsole.GetDisplay(); 664 //dsp.InvalidateAndUpdate(); 656 /// @todo (r=dmik) not currently sure is this method necessary to 657 // fix fullscreen toggle problems (invalid areas) on Linux/SDL 658 // if (fb) 659 // { 660 // VBoxResizeEvent e (fb->pixelFormat(), fb->address(), fb->colorDepth(), 661 // fb->width(), fb->height()); 662 // fb->resizeEvent (&e); 663 // } 665 664 } 666 665
Note:
See TracChangeset
for help on using the changeset viewer.