Changeset 107641 in vbox for trunk/src/VBox
- Timestamp:
- Jan 10, 2025 1:08:38 PM (9 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
r107470 r107641 1237 1237 , m_enmMaximumGuestScreenSizePolicy(MaximumGuestScreenSizePolicy_Automatic) 1238 1238 , m_u64MaximumGuestSize(0) 1239 #ifdef VBOX_WITH_DRAG_AND_DROP_GH 1239 #ifdef VBOX_WITH_DRAG_AND_DROP 1240 , m_pDnDHandler(NULL) 1241 # ifdef VBOX_WITH_DRAG_AND_DROP_GH 1240 1242 , m_fIsDraggingFromGuest(false) 1241 #endif 1243 # endif 1244 #endif /* VBOX_WITH_DRAG_AND_DROP */ 1242 1245 , m_pNativeEventFilter(0) 1243 1246 {
Note:
See TracChangeset
for help on using the changeset viewer.