- Timestamp:
- Mar 12, 2010 8:00:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c
r27309 r27314 1018 1018 } 1019 1019 1020 #ifdef VBOX_GUESTR3XORGMOD 1021 /** 1022 * Check if any seamless mode is enabled. 1023 * Seamless is only relevant for the newer Xorg modules. 1024 * 1025 * @returns the result of the query 1026 * (true = seamless enabled, false = seamless not enabled) 1027 * @param pScrn Screen info pointer. 1028 */ 1020 1029 Bool 1021 1030 vboxGuestIsSeamless(ScrnInfoPtr pScrn) … … 1030 1039 return (mode != VMMDev_Seamless_Disabled); 1031 1040 } 1041 #endif 1032 1042 1033 1043 /**
Note:
See TracChangeset
for help on using the changeset viewer.