Changeset 8004 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Apr 15, 2008 3:31:26 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/x11.cpp
r7892 r8004 688 688 char *pcArgv = 0; 689 689 int rc = VINF_SUCCESS; 690 String szFallbackResources[] = { (char*)"*.width: 1", (char*)"*.height: 1", 0};690 static String szFallbackResources[] = { (char*)"*.width: 1", (char*)"*.height: 1", NULL }; 691 691 Display *pDisplay; 692 692 LogRel (("vboxClipboardThread: starting clipboard thread\n"));
Note:
See TracChangeset
for help on using the changeset viewer.