Changeset 5822 in vbox for trunk/src/VBox
- Timestamp:
- Nov 22, 2007 7:21:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xclient/clipboard.cpp
r4998 r5822 1562 1562 if (rc >= 0) 1563 1563 { 1564 if ( g_ctx.client == 0)1564 if (0 == info.u32ClientID) 1565 1565 { 1566 1566 cout << "We got an invalid client ID of 0!" << endl; 1567 1567 return VERR_NOT_SUPPORTED; 1568 1568 } 1569 g_ctx.client = info.u32ClientID; 1569 1570 g_ctx.eOwner = HOST; 1570 1571 }
Note:
See TracChangeset
for help on using the changeset viewer.