- Timestamp:
- Feb 26, 2010 3:20:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r26796 r26863 1917 1917 }; 1918 1918 1919 VBoxGLWidget::VBoxGLWidget (CConsole &console, QWidget *aParent, VBoxVHWASettings *aSettings)1919 VBoxGLWidget::VBoxGLWidget (CConsole console, QWidget *aParent, VBoxVHWASettings *aSettings) 1920 1920 : QGLWidget (new VBoxGLContext(VBoxGLWidget::vboxGLFormat()), aParent), 1921 1921 mSurfHandleTable(128), /* 128 should be enough */
Note:
See TracChangeset
for help on using the changeset viewer.