Changeset 50277 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
- Timestamp:
- Jan 29, 2014 8:23:21 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91915
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.cpp
r50178 r50277 524 524 } 525 525 526 if (pMuralContextInfo->CreateInfo. visualBits != mural->CreateInfo.visualBits)526 if (pMuralContextInfo->CreateInfo.realVisualBits != mural->CreateInfo.realVisualBits) 527 527 { 528 528 WARN(("mural visual bits do not match with current context visual bits!"));
Note:
See TracChangeset
for help on using the changeset viewer.