VirtualBox

Changeset 27314 in vbox for trunk/src


Ignore:
Timestamp:
Mar 12, 2010 8:00:26 AM (15 years ago)
Author:
vboxsync
Message:

additions build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxvideo/vboxutils.c

    r27309 r27314  
    10181018}
    10191019
     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 */
    10201029Bool
    10211030vboxGuestIsSeamless(ScrnInfoPtr pScrn)
     
    10301039    return (mode != VMMDev_Seamless_Disabled);
    10311040}
     1041#endif
    10321042
    10331043/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette