Changeset 49291 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Oct 25, 2013 2:09:25 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90240
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp
r49177 r49291 107 107 setAttribute(Qt::WA_TranslucentBackground); 108 108 # endif /* !Q_WS_MAC */ 109 #endif /* VBOX_WITH_TRANSLUCENT_SEAMLESS */ 109 #else /* !VBOX_WITH_TRANSLUCENT_SEAMLESS */ 110 /* Make sure we have no background 111 * until the first one set-region-event: */ 112 setMask(m_maskRegion); 113 #endif /* !VBOX_WITH_TRANSLUCENT_SEAMLESS */ 110 114 111 115 #ifndef Q_WS_MAC
Note:
See TracChangeset
for help on using the changeset viewer.