Changeset 37423 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jun 12, 2011 6:37:56 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72222
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r35741 r37423 717 717 718 718 719 #ifdef RT_OS_WINDOWS 719 #ifdef RT_OS_WINDOWS 720 720 // Required for ATL 721 721 static CComModule _Module; -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBufferQImage.cpp
r35638 r37423 94 94 QPainter painter(m_pMachineView->viewport()); 95 95 96 96 97 97 if ((ulong)r.width() < m_width * 2 / 3) 98 98 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIKeyboardHandler.cpp
r37367 r37423 1358 1358 return true; 1359 1359 } 1360 1360 1361 1361 /* This must come before host key handling */ 1362 1362 keyEventHandleCapturing(uScan, fFlags, uScreenId); -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMListView.cpp
r35796 r37423 599 599 p.setFont(font()); 600 600 p.drawText(QRect(margin, margin + osTypeSize.height() + space, s.width() - 2 * margin, nameSize.height()), Qt::AlignCenter, name); 601 601 /* Transparent icons are not supported on all platforms. */ 602 602 #if defined(Q_WS_MAC) || defined(Q_WS_WIN) 603 603 p.setCompositionMode(QPainter::CompositionMode_DestinationIn);
Note:
See TracChangeset
for help on using the changeset viewer.