Changeset 20137 in vbox
- Timestamp:
- May 29, 2009 8:30:06 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47913
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp
r19875 r20137 1965 1965 *pcbActual = g_completedActual; 1966 1966 } 1967 1967 #ifdef RT_OS_SOLARIS_10 1968 char XtStrings [] = ""; 1969 _WidgetClassRec* applicationShellWidgetClass; 1970 char XtShellStrings [] = ""; 1971 int XmbTextPropertyToTextList( 1972 Display* /* display */, 1973 XTextProperty* /* text_prop */, 1974 char*** /* list_return */, 1975 int* /* count_return */ 1976 ) 1977 { 1978 return 0; 1979 } 1980 #else 1968 1981 const char XtStrings [] = ""; 1969 1982 _WidgetClassRec* applicationShellWidgetClass; 1970 1983 const char XtShellStrings [] = ""; 1984 #endif 1971 1985 1972 1986 #define MAX_BUF_SIZE 256
Note:
See TracChangeset
for help on using the changeset viewer.