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"

_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to