Changeset 4298 in vbox
- Timestamp:
- Aug 23, 2007 7:13:19 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/xclient/clipboard.cpp
r4071 r4298 1613 1613 int cArgc = 0; 1614 1614 char *pcArgv = 0; 1615 String szFallbackResources[] = { "*.width: 1","*.height: 1", 0 };1615 String szFallbackResources[] = { (char*)"*.width: 1", (char*)"*.height: 1", 0 }; 1616 1616 1617 1617 /* Set up the Clipbard application context and main window. */
Note:
See TracChangeset
for help on using the changeset viewer.