Changeset 33540 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67140
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/Makefile.kmk
r28800 r33540 71 71 endif 72 72 # 73 # Link ag inst libstdc++.a. (http://www.trilithium.com/johan/2005/06/static-libstdc/).73 # Link against libstdc++.a. (http://www.trilithium.com/johan/2005/06/static-libstdc/). 74 74 # (It would've been preferred to avoid features depending on libstdc++, of course...) 75 75 # -
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.h
r28800 r33540 283 283 /** Do we support the X shaped window extension? */ 284 284 bool mSupportsShape; 285 /** Is seamles mode currently enabled? */285 /** Is seamless mode currently enabled? */ 286 286 bool mEnabled; 287 287 /** Have there been changes since the last time we sent a notification? */
Note:
See TracChangeset
for help on using the changeset viewer.