Changeset 47192 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jul 16, 2013 1:59:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r47190 r47192 107 107 { 108 108 public: 109 virtual int getScreenResolution(uint32_t cScreen, uint32_t*pcx,110 uint32_t *pcy, uint32_t*pcBPP) = 0;109 virtual int getScreenResolution(uint32_t cScreen, ULONG *pcx, 110 ULONG *pcy, ULONG *pcBPP) = 0; 111 111 virtual void getFramebufferDimensions(int32_t *px1, int32_t *py1, 112 112 int32_t *px2, int32_t *py2) = 0; … … 161 161 } 162 162 void getFramebufferDimensions(int32_t *px1, int32_t *py1, int32_t *px2, int32_t *py2); 163 int getScreenResolution(uint32_t cScreen, uint32_t *pcx, uint32_t*pcy,164 uint32_t*pcBPP)163 int getScreenResolution(uint32_t cScreen, ULONG *pcx, ULONG *pcy, 164 ULONG *pcBPP) 165 165 { 166 166 return GetScreenResolution(cScreen, pcx, pcy, pcBPP);
Note:
See TracChangeset
for help on using the changeset viewer.