Changeset 46343 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
- Timestamp:
- May 31, 2013 1:27:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
r46229 r46343 914 914 crServerRpwEntryDrawSettingsToTex(&mural->RpwEntry, &DstTex); 915 915 916 cr _serverCtxSwitchPrepare(&CtxSwitch, NULL);916 crServerCtxSwitchPrepare(&CtxSwitch, NULL); 917 917 918 918 crServerVBoxBlitterWinInit(&CurrentBltInfo, pCurrentMural); … … 933 933 } 934 934 935 cr _serverCtxSwitchPostprocess(&CtxSwitch);935 crServerCtxSwitchPostprocess(&CtxSwitch); 936 936 937 937 #if 1
Note:
See TracChangeset
for help on using the changeset viewer.