Changeset 52625 in vbox for trunk/src/VBox/HostServices/SharedOpenGL
- Timestamp:
- Sep 5, 2014 7:19:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedOpenGL/render/renderspu_cocoa_helper.m
r52622 r52625 1366 1366 DEBUG_FUNC_ENTER(); 1367 1367 1368 CR_RCD_SETPOS * p Reparent= (CR_RCD_SETPOS*)pvCb;1369 [p Reparent->pView vboxSetPosUI:pReparent->pos];1368 CR_RCD_SETPOS * pPos = (CR_RCD_SETPOS*)pvCb; 1369 [pPos->pView vboxSetPosUI:pPos->pos]; 1370 1370 1371 1371 DEBUG_FUNC_LEAVE();
Note:
See TracChangeset
for help on using the changeset viewer.