Changeset 55378 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 22, 2015 1:36:27 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99717
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/getmode.c
r55262 r55378 541 541 } 542 542 543 void VBoxSetUpLinuxACPI(ScreenPtr pScreen)543 void vbvxSetUpLinuxACPI(ScreenPtr pScreen) 544 544 { 545 545 VBOXPtr pVBox = VBOXGetRec(xf86Screens[pScreen->myNum]); … … 591 591 } 592 592 593 void VBoxCleanUpLinuxACPI(ScreenPtr pScreen)593 void vbvxCleanUpLinuxACPI(ScreenPtr pScreen) 594 594 { 595 595 VBOXPtr pVBox = VBOXGetRec(xf86Screens[pScreen->myNum]);
Note:
See TracChangeset
for help on using the changeset viewer.