Changeset 45940 in vbox for trunk/src/VBox/Frontends/VBoxFB
- Timestamp:
- May 7, 2013 8:16:31 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85580
- Location:
- trunk/src/VBox/Frontends/VBoxFB
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.cpp
r44528 r45940 353 353 } 354 354 355 NS_IMETHODIMP VBoxDirectFB::Notify3DEvent(PRUint32 type, PRUint8 *reserved) 356 { 357 return NS_ERROR_NOT_IMPLEMENTED; 358 } 359 355 360 int VBoxDirectFB::createSurface(uint32_t w, uint32_t h) 356 361 { -
trunk/src/VBox/Frontends/VBoxFB/Framebuffer.h
r44528 r45940 53 53 NS_IMETHOD ProcessVHWACommand(PRUint8 *pCommand); 54 54 55 NS_IMETHOD Notify3DEvent(PRUint32 type, PRUint8 *reserved); 55 56 private: 56 57 int createSurface(uint32_t w, uint32_t h);
Note:
See TracChangeset
for help on using the changeset viewer.