VirtualBox

Changeset 52893 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Sep 29, 2014 7:24:33 PM (10 years ago)
Author:
vboxsync
Message:

Additions/VBoxService: add first skeleton of display service.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxGuestLib.h

    r52189 r52893  
    480480/** @name Display
    481481 * @{ */
     482/** The folder for the video mode hint unix domain socket on Unix-like guests.
     483 */
     484/** @note This can be safely changed as all users are rebuilt in lock-step. */
     485#define VBGLR3HOSTDISPSOCKETPATH "/tmp/.VBoxService"
     486/** The path to the video mode hint unix domain socket on Unix-like guests. */
     487#define VBGLR3HOSTDISPSOCKET     VBGLR3VIDEOMODEHINTSOCKETPATH \
     488    "/VideoModeHint"
     489
    482490VBGLR3DECL(int)     VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits, uint32_t *piDisplay, bool fAck);
    483491VBGLR3DECL(int)     VbglR3GetDisplayChangeRequestEx(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits,
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