Changeset 7008 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 19, 2008 8:34:26 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/main.cpp
r6970 r7008 112 112 int main(int argc, char *argv[]) 113 113 { 114 int rcClipboard, rc ;114 int rcClipboard, rc = VINF_SUCCESS; 115 115 #ifdef DYNAMIC_RESIZE 116 116 VBoxGuestDisplayChangeMonitor displayChange;
Note:
See TracChangeset
for help on using the changeset viewer.