On Wed, 26 Dec 2012, John Rash escribió: > http://www.kix.es/mantis/view.php?id=11 > > When you minimize a QT app like VLC, Amarok, VirtualBox, or some non > QT apps like rdesktop, the miniwindow's title bar is blank. > > Thanks, > John > -- > John Rash > [email protected]
I was reading some time ago something about using WM_ICON_NAME or WM_WINDOW_NAME (I don't remember exactly the ATOM names), but the only reason to use the wm_icon_name (the title for the icon) instead of the wm_window_name (the title for the window) is because the name for the icon is shorter than the window title name. IMO, we should use the window title if the icon title ATOM is not set. I was reading too some implementations about icons, and in some of them, it the atom wm_window_name or wm_icon_name is empty, but exits, the window manager updates it with some value. Cheers, kix -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/ -- To unsubscribe, send mail to [email protected].
