Changeset 26068 in vbox for trunk/src/VBox/Frontends/VBoxFB
- Timestamp:
- Jan 27, 2010 2:05:30 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
r26067 r26068 9 9 10 10 /* 11 * Copyright (C) 2006-20 10Sun Microsystems, Inc.11 * Copyright (C) 2006-2009 Sun Microsystems, Inc. 12 12 * 13 13 * This file is part of VirtualBox Open Source Edition (OSE), as … … 27 27 #include "Framebuffer.h" 28 28 #include <getopt.h> 29 #include <VBox/version.h>30 29 #include <VBox/param.h> 31 30 #include <iprt/path.h> … … 211 210 { 212 211 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);220 212 exit(-1); 221 213 } … … 553 545 buttonState |= MouseButtonState::MiddleButton; 554 546 mouse->PutMouseEvent(mouseXDelta, mouseYDelta, mouseZDelta, 555 0,buttonState);547 buttonState); 556 548 break; 557 549 }
Note:
See TracChangeset
for help on using the changeset viewer.