~ubuntu-branches/ubuntu/natty/virtualbox-ose/natty

« back to all changes in this revision

Viewing changes to src/VBox/Devices/EFI/Firmware2/VBoxPkg/VBoxVgaDxe/VBoxVgaUgaDraw.c

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2011-01-30 23:27:25 UTC
  • mfrom: (0.3.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20110130232725-2ouajjd2ggdet0zd
Tags: 4.0.2-dfsg-1ubuntu1
* Merge from Debian unstable, remaining changes:
  - Add Apport hook.
    - debian/virtualbox-ose.files/source_virtualbox-ose.py
    - debian/virtualbox-ose.install
  - Drop *-source packages.
* Drop ubuntu-01-fix-build-gcc45.patch, fixed upstream.
* Drop ubuntu-02-as-needed.patch, added to the Debian package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: VBoxVgaUgaDraw.c $ */
 
1
/* $Id: VBoxVgaUgaDraw.c 33540 2010-10-28 09:27:05Z vboxsync $ */
2
2
/** @file
3
3
 * VBoxVgaUgaDraw.c
4
4
 */
18
18
/*
19
19
  This code is based on:
20
20
 
21
 
  This file produces the graphics abstration of UGA Draw. It is called by
 
21
  This file produces the graphics abstraction of UGA Draw. It is called by
22
22
  VBoxVga.c file which deals with the EFI 1.1 driver model.
23
23
  This file just does graphics.
24
24