Changeset 42342 in vbox
- Timestamp:
- Jul 24, 2012 9:36:51 AM (12 years ago)
- Location:
- trunk/src/VBox/HostServices/DragAndDrop
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.h
r42261 r42342 112 112 int currentMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[]); 113 113 114 bool isMessageWaiting() const { return m_pNextPathMsg; }114 bool isMessageWaiting() const { return !!m_pNextPathMsg; } 115 115 116 116 protected: -
trunk/src/VBox/HostServices/DragAndDrop/service.cpp
r42261 r42342 161 161 case VBOX_DRAG_AND_DROP_MODE_GUEST_TO_HOST: 162 162 case VBOX_DRAG_AND_DROP_MODE_BIDIRECTIONAL: 163 LogRel(("drag'n'drop mode = %d\n", u32Mode));164 163 m_u32Mode = u32Mode; 165 164 break;
Note:
See TracChangeset
for help on using the changeset viewer.