Changeset 47158 in vbox for trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
- Timestamp:
- Jul 15, 2013 12:37:15 PM (12 years ago)
- Location:
- trunk/src/VBox/HostServices/SharedOpenGL/crserverlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c
r47116 r47158 2941 2941 } 2942 2942 2943 static void crVBoxServerOutputRedirectCB(unsigned long key, void *data1, void *data2) 2944 { 2945 CRMuralInfo *mural = (CRMuralInfo*) data1; 2946 2947 crServerSetupOutputRedirect(mural); 2948 } 2949 2943 2950 DECLEXPORT(int32_t) crVBoxServerOutputRedirectSet(const CROutputRedirect *pCallbacks) 2944 2951 { … … 2954 2961 } 2955 2962 2956 / / @todo dynamically intercept already existing output:2957 //crHashtableWalk(cr_server.muralTable, crVBoxServerOutputRedirectCB, NULL);2963 /* dynamically intercept already existing output */ 2964 crHashtableWalk(cr_server.muralTable, crVBoxServerOutputRedirectCB, NULL); 2958 2965 2959 2966 return VINF_SUCCESS; -
trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_muralfbo.c
r47116 r47158 103 103 cr_server.outputRedirect.CRORVisibleRegion(mural->pvOutputRedirectInstance, 104 104 mural->cVisibleRects, (RTRECT *)mural->pVisibleRects); 105 106 crServerPresentFBO(mural); 105 107 } 106 108 }
Note:
See TracChangeset
for help on using the changeset viewer.