[vbox-dev] seamless mode

Huihong Luo huisinro at yahoo.com
Wed Jul 28 17:10:44 PDT 2010


typedef enum
{
VMMDev_Seamless_Disabled = 0, /**< normal mode; entire guest desktop displayed. */
VMMDev_Seamless_Visible_Region = 1, /**< visible region mode; only top-level guest windows displayed. */
VMMDev_Seamless_Host_Window = 2 /**< windowed mode; each top-level guest window is represented in a host window. */
} VMMDevSeamlessMode;
 
is VMMDev_Seamless_Host_Window reserved for taskbar/systray integration mode? If so, will use it, instead of adding a new one. Eventually will implement host window for each guest top window.
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.virtualbox.org/pipermail/vbox-dev/attachments/20100728/f16afc17/attachment-0001.html 


More information about the vbox-dev mailing list