Changeset 27016 in vbox for trunk/src/VBox
- Timestamp:
- Mar 4, 2010 12:33:39 PM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r27013 r27016 33 33 #ifdef Q_WS_MAC 34 34 # include "UISession.h" 35 # include "VBoxUtils.h" 35 36 #endif /* Q_WS_MAC */ 36 37 #include "UIMachineLogic.h" … … 255 256 * an repaint only. All the magic clipping stuff is done 256 257 * in the paint engine. */ 257 ::darwinWindowInvalidateShape (mConsole->viewport());258 ::darwinWindowInvalidateShape(m_pMachineView->viewport()); 258 259 } 259 260 else … … 276 277 // /* Now force the reshaping of the window. This is definitly necessary. */ 277 278 // ReshapeCustomWindow (reinterpret_cast <WindowPtr> (winId())); 278 QMainWindow::setMask 279 QMainWindow::setMask(region); 279 280 // HIWindowInvalidateShadow (::darwinToWindowRef (mConsole->viewport())); 280 281 }
Note:
See TracChangeset
for help on using the changeset viewer.