Changeset 93383 in vbox for trunk/src/VBox
- Timestamp:
- Jan 20, 2022 7:32:38 PM (3 years ago)
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h
r93380 r93383 88 88 /** 89 89 * Unregister notification callback for display offsets change event. 90 *91 * @param pfnNotificationCallback Notification callback.92 90 */ 93 91 DECLCALLBACKMEMBER(void, pfnUnsubscribeDisplayOffsetChangeNotification, (void)); -
trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.cpp
r93381 r93383 66 66 /** 67 67 * Initialize IPC client private data. 68 * .68 * 69 69 * @return IPRT status code. 70 70 * @param pClient IPC client private data to be initialized. -
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-session.cpp
r93380 r93383 87 87 * 88 88 * @returns IPRT status code. 89 * @param c DisplaysNumber of displays which have changed offset.90 * @param pa DisplaysDisplay data.89 * @param cOffsets Number of displays which have changed offset. 90 * @param paOffsets Display data. 91 91 */ 92 92 static DECLCALLBACK(int) vbclSVGASessionDisplayOffsetChanged(uint32_t cOffsets, RTPOINT *paOffsets)
Note:
See TracChangeset
for help on using the changeset viewer.