VirtualBox

Changeset 93380 in vbox


Ignore:
Timestamp:
Jan 20, 2022 7:06:55 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
149469
Message:

Additions: Linux: scm fixes, bugref:10185.

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-drm.cpp

    r93378 r93380  
    703703 *
    704704 * @return  IPRT status code.
    705  * @param   pClient     Client connection information to add to the list.
     705 * @param   pClientNode     Client connection information to add to the list.
    706706 */
    707707static int vbDrmIpcClientsListAdd(PVBOX_DRMIPC_CLIENT_CONNECTION_LIST_NODE pClientNode)
     
    733733 *
    734734 * @return  IPRT status code.
    735  * @param   pClient     Client connection information to remove from the list.
     735 * @param   pClientNode     Client connection information to remove from the list.
    736736 */
    737737static int vbDrmIpcClientsListRemove(PVBOX_DRMIPC_CLIENT_CONNECTION_LIST_NODE pClientNode)
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper-generic.cpp

    r93379 r93380  
    6969 * @return  TRUE if first name should go first in a list, FALSE otherwise.
    7070 * @param   pszName1    First monitor name.
    71  * @param   pszName1    Second monitor name.
     71 * @param   pszName2    Second monitor name.
    7272 */
    7373static bool vbcl_hlp_generic_order_names(char *pszName1, char *pszName2)
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper-gnome3.cpp

    r93379 r93380  
    141141 *
    142142 * @return  True if message signature matches to given one.
    143  * @param   iter        D-bus message to check.
     143 * @param   message     D-bus message to check.
    144144 * @param   signature   Expected message signature.
    145145 */
  • trunk/src/VBox/Additions/x11/VBoxClient/display-helper.h

    r93375 r93380  
    112112 * Subscribe to display offset change notifications emitted by Generic Desktop Environment helper.
    113113 *
    114  * @returns IPRT status code.
    115114 * @param   pfnCb   A pointer to callback function which will be triggered when event arrives.
    116115 */
     
    119118/**
    120119 * Unsubscribe from display offset change notifications emitted by Generic Desktop Environment helper.
    121  *
    122  * @returns IPRT status code.
    123120 */
    124121RTDECL(void) vbcl_hlp_generic_unsubscribe_display_offset_changed(void);
  • trunk/src/VBox/Additions/x11/VBoxClient/display-ipc.cpp

    r93369 r93380  
    6969 * @param   hClientSession      IPC session handle obtained from RTLocalIpcSessionXXX().
    7070 * @param   cTxListCapacity     Maximum number of messages which can be queued for TX for this IPC session.
    71  * @param   pfnCb               IPC RX callback function pointer.
     71 * @param   pfnRxCb             IPC RX callback function pointer.
    7272 */
    7373RTDECL(int) vbDrmIpcClientInit(PVBOX_DRMIPC_CLIENT pClient, RTTHREAD hThread, RTLOCALIPCSESSION hClientSession,
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-session.cpp

    r93378 r93380  
    8888 * @returns IPRT status code.
    8989 * @param   cDisplays   Number of displays which have changed offset.
    90  * @param   pDisplays   Display data.
     90 * @param   paDisplays  Display data.
    9191 */
    9292static DECLCALLBACK(int) vbclSVGASessionDisplayOffsetChanged(uint32_t cOffsets, RTPOINT *paOffsets)
Note: See TracChangeset for help on using the changeset viewer.

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