Icons are supported, but there's still a problem with topmost windows

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1444 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Peter Åstrand 2008-03-06 15:49:29 +00:00
parent 6718610779
commit 0538dcc549

View File

@ -76,8 +76,6 @@
* Systray support.
* Support for transferring the application taskbar icon.
* Better support for non-EWMH window managers.
* Support for non-rectangular windows.
@ -95,3 +93,7 @@
* When enumerating windows, make sure to send info about windows
that are transient for other windows after the referred window.
* We support topmost windows at creating time, but we do not detect
when this property is added or removed. This can be verified with
task manager, which has an "Always on top" option.