Changeset 49420 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 8, 2013 3:54:02 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90501
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DisplayImpl.h
r48955 r49420 147 147 void handleDisplayUpdate(unsigned uScreenId, int x, int y, int w, int h); 148 148 #ifdef VBOX_WITH_VIDEOHWACCEL 149 void handleVHWACommandProcess(PPDMIDISPLAYCONNECTOR pInterface,PVBOXVHWACMD pCommand);149 int handleVHWACommandProcess(PVBOXVHWACMD pCommand); 150 150 #endif 151 151 #ifdef VBOX_WITH_CRHGSMI … … 225 225 226 226 #ifdef VBOX_WITH_VIDEOHWACCEL 227 static DECLCALLBACK( void) displayVHWACommandProcess(PPDMIDISPLAYCONNECTOR pInterface, PVBOXVHWACMD pCommand);227 static DECLCALLBACK(int) displayVHWACommandProcess(PPDMIDISPLAYCONNECTOR pInterface, PVBOXVHWACMD pCommand); 228 228 #endif 229 229
Note:
See TracChangeset
for help on using the changeset viewer.