Changeset 24925 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Nov 24, 2009 10:59:37 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 55211
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r24861 r24925 1104 1104 #endif 1105 1105 1106 int reset(VHWACommandList * pCmdList); 1107 1106 1108 ulong vboxBitsPerPixel() { return mDisplay.getVGA()->bitsPerPixel(); } 1107 1109 ulong vboxBytesPerLine() { return mDisplay.getVGA() ? mDisplay.getVGA()->bytesPerLine() : 0; } … … 1402 1404 1403 1405 int reset(); 1406 1407 int resetGl(); 1404 1408 1405 1409 void initGl();
Note:
See TracChangeset
for help on using the changeset viewer.