Changeset 14297 in vbox
- Timestamp:
- Nov 18, 2008 12:40:43 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39480
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r13837 r14297 288 288 { 289 289 /* 290 * Did we hit the thecorrect size? If not we'll have to290 * Did we hit the correct size? If not we'll have to 291 291 * redo the mapping using the correct size. 292 292 */ -
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r13837 r14297 94 94 uint32_t u32Signature; 95 95 96 /* Size of the thechunk. Includes the chunk header. */96 /* Size of the chunk. Includes the chunk header. */ 97 97 uint32_t cbSize; 98 98 -
trunk/src/VBox/Additions/x11/xclient/clipboard.cpp
r13837 r14297 1199 1199 * subsystem. 1200 1200 * 1201 * @param u32Formats Clipboard formats the theguest is offering1201 * @param u32Formats Clipboard formats the guest is offering 1202 1202 */ 1203 1203 void vboxClipboardFormatAnnounce (uint32_t u32Formats) … … 1207 1207 if (u32Formats == 0) 1208 1208 { 1209 /* This is just an automatism, not a genuine an ouncement */1209 /* This is just an automatism, not a genuine announcement */ 1210 1210 LogFlowFunc(("returning\n")); 1211 1211 return;
Note:
See TracChangeset
for help on using the changeset viewer.