VirtualBox

Changeset 3587 in vbox for trunk/src/VBox/Additions/WINNT


Ignore:
Timestamp:
Jul 12, 2007 3:14:27 PM (17 years ago)
Author:
vboxsync
Message:

Added seamless window support

Location:
trunk/src/VBox/Additions/WINNT/VBoxService
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk

    r3198 r3587  
    3030endif
    3131VBoxService_DEFS     = VBOX_HGCM
     32VBoxService_INCS     = ../include
    3233VBoxService_SOURCES  = \
    3334        VBoxService.cpp \
     35        VBoxSeamless.cpp \
    3436        VBoxClipboard.cpp \
    3537        helpers.cpp \
  • trunk/src/VBox/Additions/WINNT/VBoxService/VBoxService.cpp

    r3201 r3587  
    8383unsigned __stdcall VBoxClipboardThread  (void *pInstance);
    8484void               VBoxClipboardDestroy (const VBOXSERVICEENV *pEnv, void *pInstance);
     85/* The seamless windows service prototypes */
     86int                VBoxSeamlessInit     (const VBOXSERVICEENV *pEnv, void **ppInstance, bool *pfStartThread);
     87void               VBoxSeamlessDestroy  (const VBOXSERVICEENV *pEnv, void *pInstance);
    8588
    8689/* The service table. */
     
    9295        VBoxClipboardThread,
    9396        VBoxClipboardDestroy
     97    },
     98    {
     99        "Seamless Windows",
     100        VBoxSeamlessInit,
     101        NULL,
     102        VBoxSeamlessDestroy
    94103    },
    95104    {
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