Changeset 42429 in vbox for trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c
- Timestamp:
- Jul 27, 2012 7:33:52 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaGraphicsOutput.c
r33540 r42429 5 5 6 6 /* 7 * Copyright (C) 2009-201 0Oracle Corporation7 * Copyright (C) 2009-2012 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 264 264 Private = VBOX_VGA_PRIVATE_DATA_FROM_GRAPHICS_OUTPUT_THIS (This); 265 265 266 DEBUG((DEBUG_INFO, "%a:%d op:%d src(%d: %d) dst(%d: %d) w:%d h:%d d:%d\n", __FILE__, __LINE__,267 SourceX, SourceY, DestinationX, DestinationY, Width, Height, Delta));268 266 if ((BltOperation < 0) || (BltOperation >= EfiGraphicsOutputBltOperationMax)) { 269 267 return EFI_INVALID_PARAMETER;
Note:
See TracChangeset
for help on using the changeset viewer.