Changeset 6783 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Feb 4, 2008 1:26:21 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27876
- Location:
- trunk/src/VBox/Additions/x11/xclient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/xclient/seamless-guest.h
r6290 r6783 79 79 }; 80 80 81 #if defined(RT_OS_LINUX) 81 #if defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) 82 82 # include "seamless-x11.h" /* for VBoxGuestSeamlessGuestImpl */ 83 83 #else -
trunk/src/VBox/Additions/x11/xclient/seamless-host.cpp
r6290 r6783 135 135 return; 136 136 } 137 VbglR3SeamlessSendRects(pRects.get()->size(), pRects.get()-> data());137 VbglR3SeamlessSendRects(pRects.get()->size(), pRects.get()->empty() ? NULL : &pRects.get()->front()); 138 138 } 139 139
Note:
See TracChangeset
for help on using the changeset viewer.