Changeset 44496 in vbox
- Timestamp:
- Jan 31, 2013 2:11:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxvideo.h
r44455 r44496 266 266 static inline int32_t vboxDisplayPitch(ScrnInfoPtr pScrn, int32_t cbLine) 267 267 { 268 /* take care to reference __udivdi3! */268 /* take care not to reference __udivdi3! */ 269 269 return ASMDivU64ByU32RetU32((uint64_t)cbLine * 8, vboxBPP(pScrn)); 270 270 }
Note:
See TracChangeset
for help on using the changeset viewer.