~ubuntu-branches/ubuntu/raring/virtualbox-ose/raring

« back to all changes in this revision

Viewing changes to src/VBox/HostServices/SharedOpenGL/render/renderspu_wgl.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:
364
364
 
365
365
    if ( !desktop )
366
366
    {
367
 
        crError( "Render SPU: Couldn't aquire input desktop" );
 
367
        crError( "Render SPU: Couldn't acquire input desktop" );
368
368
        return GL_FALSE;
369
369
    }
370
370
    crDebug( "Render SPU: Got the desktop: 0x%x", desktop );
555
555
 
556
556
    if ( !desktop )
557
557
    {
558
 
        crError( "Render SPU: Couldn't aquire input desktop" );
 
558
        crError( "Render SPU: Couldn't acquire input desktop" );
559
559
        return GL_FALSE;
560
560
    }
561
561
    crDebug( "Render SPU: Got the desktop: 0x%x", desktop );