[vbox-dev] [PATCH] Experimental support for show/hide VM window

Alexey Eromenko al4321 at gmail.com
Sat Jul 16 08:31:43 GMT 2011


OK, it seems I found a way for Windows hosts also !

 bool VBoxGlobal::hideWindow (WId aWId)
...
 #if defined (Q_WS_WIN32)

+result &= !!ShowWindow (aWId, SW_HIDE);

---
On Windows hosts, this patch is even more useful than on Linux, due to
lack of Virtual Desktops.
Now I need help only with Mac OS X.
---
What for "VBoxTrayIcon,cpp" is used ?

-- 
-Alexey Eromenko "Technologov"




More information about the vbox-dev mailing list