VirtualBox

Changeset 93383 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 20, 2022 7:32:38 PM (3 years ago)
Author:
vboxsync
Message:

Additions: Linux: scm fix, bugref:10185.

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  
    8888    /**
    8989     * Unregister notification callback for display offsets change event.
    90      *
    91      * @param   pfnNotificationCallback     Notification callback.
    9290     */
    9391    DECLCALLBACKMEMBER(void, pfnUnsubscribeDisplayOffsetChangeNotification, (void));
  • trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.cpp

    r93381 r93383  
    6666/**
    6767 * Initialize IPC client private data.
    68  *.
     68 *
    6969 * @return  IPRT status code.
    7070 * @param   pClient             IPC client private data to be initialized.
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-session.cpp

    r93380 r93383  
    8787 *
    8888 * @returns IPRT status code.
    89  * @param   cDisplays   Number of displays which have changed offset.
    90  * @param   paDisplays  Display data.
     89 * @param   cOffsets    Number of displays which have changed offset.
     90 * @param   paOffsets   Display data.
    9191 */
    9292static DECLCALLBACK(int) vbclSVGASessionDisplayOffsetChanged(uint32_t cOffsets, RTPOINT *paOffsets)
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