Changeset 52893 in vbox for trunk/include/VBox
- Timestamp:
- Sep 29, 2014 7:24:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuestLib.h
r52189 r52893 480 480 /** @name Display 481 481 * @{ */ 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 482 490 VBGLR3DECL(int) VbglR3GetDisplayChangeRequest(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits, uint32_t *piDisplay, bool fAck); 483 491 VBGLR3DECL(int) VbglR3GetDisplayChangeRequestEx(uint32_t *pcx, uint32_t *pcy, uint32_t *pcBits,
Note:
See TracChangeset
for help on using the changeset viewer.