Changeset 47192 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jul 16, 2013 1:59:25 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87298
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
r47190 r47192 43 43 void getFramebufferDimensions(int32_t *px1, int32_t *py1, 44 44 int32_t *px2, int32_t *py2); 45 int getScreenResolution(uint32_t cScreen, uint32_t *pcx, uint32_t*pcy,46 uint32_t*pcBPP);45 int getScreenResolution(uint32_t cScreen, ULONG *pcx, ULONG *pcy, 46 ULONG *pcBPP); 47 47 }; 48 48 … … 170 170 } 171 171 172 int TestDisplay::getScreenResolution(uint32_t cScreen, uint32_t *pcx,173 uint32_t *pcy, uint32_t*pcBPP)172 int TestDisplay::getScreenResolution(uint32_t cScreen, ULONGt *pcx, 173 ULONG *pcy, ULONG *pcBPP) 174 174 { 175 175 NOREF(cScreen);
Note:
See TracChangeset
for help on using the changeset viewer.