VirtualBox

Changeset 6494 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jan 25, 2008 6:11:27 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27501
Message:

VBoxGuestR3LibVideo and X11 vboxutils that uses it. Some typos and comments
to mouse vboxutils and VBoxGuestR3LibMouse.

Location:
trunk/src/VBox/Additions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r6458 r6494  
    105105        VBoxGuestR3LibSeamless.cpp \
    106106        VBoxGuestR3LibTime.cpp \
     107        VBoxGuestR3LibVideo.cpp
    107108
    108109
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibMouse.cpp

    r6470 r6494  
    2323
    2424
     25/**
     26 * Retrieve mouse co-ordinate information from the host.
     27 *
     28 * @returns VBox status code.
     29 *
     30 * @param   pfFeatures  Where to store the mouse features.
     31 * @param   px          Where to store the X co-ordinate.
     32 * @param   py          Where to store the Y co-ordinate.
     33 */
    2534VBGLR3DECL(int) VbglR3GetMouseStatus(uint32_t *pfFeatures, uint32_t *px, uint32_t *py)
    2635{
     
    4453
    4554
     55/**
     56 * Send mouse features to the host.
     57 *
     58 * @returns VBox status code.
     59 *
     60 * @param   fFeatures  Supported mouse pointer features.
     61 */
    4662VBGLR3DECL(int) VbglR3SetMouseStatus(uint32_t fFeatures)
    4763{
  • trunk/src/VBox/Additions/x11/xgraphics/Makefile.kmk

    r6484 r6494  
    190190vboxvideo_drv_SOURCES  = \
    191191        vboxvideo_70.c \
    192         vboxutils.c
     192        vboxutils-new.c
    193193vboxvideo_drv_LIBS = \
    194194        $(VBOX_LIB_VBGL_R3) \
  • trunk/src/VBox/Additions/x11/xmouse/VBoxUtils.c

    r6259 r6494  
    11/** @file
    22 *
    3  * VirtualBox Linux Additions mouse driver utility functions
     3 * VirtualBox X11 Additions mouse driver utility functions
    44 */
    55
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