Changeset 4356 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Aug 24, 2007 3:14:54 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/linux.cpp
r4071 r4356 944 944 char *pcArgv = 0; 945 945 int rc = VINF_SUCCESS; 946 String szFallbackResources[] = { "*.width: 1","*.height: 1", 0 };946 String szFallbackResources[] = { (char*)"*.width: 1", (char*)"*.height: 1", 0 }; 947 947 Display *pDisplay; 948 948 LogRel (("vboxClipboardThread: starting clipboard thread\n"));
Note:
See TracChangeset
for help on using the changeset viewer.