VirtualBox

Changeset 26068 in vbox for trunk/src/VBox/Frontends/VBoxFB


Ignore:
Timestamp:
Jan 27, 2010 2:05:30 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
56996
Message:

back out Main/Session+Console hack introducing full/reduced console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp

    r26067 r26068  
    99
    1010/*
    11  * Copyright (C) 2006-2010 Sun Microsystems, Inc.
     11 * Copyright (C) 2006-2009 Sun Microsystems, Inc.
    1212 *
    1313 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    2727#include "Framebuffer.h"
    2828#include <getopt.h>
    29 #include <VBox/version.h>
    3029#include <VBox/param.h>
    3130#include <iprt/path.h>
     
    211210        {
    212211            printf("Error: could not instantiate Session object! rc = %08X\n", rc);
    213             exit(-1);
    214         }
    215 
    216         rc = session->SetFullConsole(true);
    217         if (NS_FAILED(rc))
    218         {
    219             printf("Error: could not select full VM console! rc = %08X\n", rc);
    220212            exit(-1);
    221213        }
     
    553545                            buttonState |= MouseButtonState::MiddleButton;
    554546                        mouse->PutMouseEvent(mouseXDelta, mouseYDelta, mouseZDelta,
    555                                              0, buttonState);
     547                                             buttonState);
    556548                        break;
    557549                    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette