Changeset 57426 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Aug 18, 2015 12:42:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vbva.c
r56211 r57426 130 130 131 131 /** Callback to fill in the view structures */ 132 static int 133 vboxFillViewInfo(void *pvVBox, struct VBVAINFOVIEW *pViews, uint32_t cViews) 132 static DECLCALLBACK(int) vboxFillViewInfo(void *pvVBox, struct VBVAINFOVIEW *pViews, uint32_t cViews) 134 133 { 135 134 VBOXPtr pVBox = (VBOXPtr)pvVBox;
Note:
See TracChangeset
for help on using the changeset viewer.