Changeset 7517 in vbox for trunk/src/VBox/Additions/x11/xclient
- Timestamp:
- Mar 22, 2008 11:15:44 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 28986
- Location:
- trunk/src/VBox/Additions/x11/xclient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/Makefile.kmk
r7363 r7517 40 40 X11 \ 41 41 Xt 42 VBoxClient_LIBPATH.freebsd += \ 43 /usr/local/lib 44 VBoxClient_LIBS.freebsd += \ 45 iconv 42 46 ifdef VBOX_X11_SEAMLESS_GUEST 43 47 VBoxClient_DEFS += SEAMLESS_GUEST DYNAMIC_RESIZE -
trunk/src/VBox/Additions/x11/xclient/seamless-guest.h
r6783 r7517 79 79 }; 80 80 81 #if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) 81 #if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD) 82 82 # include "seamless-x11.h" /* for VBoxGuestSeamlessGuestImpl */ 83 83 #else
Note:
See TracChangeset
for help on using the changeset viewer.