Changeset 27961 in vbox
- Timestamp:
- Apr 2, 2010 4:32:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r27960 r27961 1936 1936 VBoxGLContext *pc = (VBoxGLContext*)context(); 1937 1937 pc->allowDoneCurrent (false); 1938 Assert(isSharing()); 1938 1939 } 1939 1940 … … 4043 4044 public: 4044 4045 VBoxGLShareWgt() : 4045 QGLWidget(VBoxVHWAImage::vboxGLFormat()) 4046 {} 4046 QGLWidget(new VBoxGLContext(VBoxVHWAImage::vboxGLFormat())) 4047 { 4048 /* work-around to disable done current needed to old ATI drivers on Linux */ 4049 VBoxGLContext *pc = (VBoxGLContext*)context(); 4050 pc->allowDoneCurrent (false); 4051 } 4047 4052 4048 4053 protected:
Note:
See TracChangeset
for help on using the changeset viewer.

