Changeset 34739 in vbox for trunk/src/VBox/Main/include/DisplayImpl.h
- Timestamp:
- Dec 6, 2010 11:54:46 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r33590 r34739 123 123 // public methods only for internal purposes 124 124 int handleDisplayResize (unsigned uScreenId, uint32_t bpp, void *pvVRAM, uint32_t cbLine, int w, int h); 125 void handleDisplayUpdate (int x, int y, int cx, int cy); 125 void handleDisplayUpdateLegacy (int x, int y, int cx, int cy); 126 void handleDisplayUpdate (unsigned uScreenId, int x, int y, int w, int h); 126 127 #ifdef VBOX_WITH_VIDEOHWACCEL 127 128 void handleVHWACommandProcess(PPDMIDISPLAYCONNECTOR pInterface, PVBOXVHWACMD pCommand);
Note:
See TracChangeset
for help on using the changeset viewer.