XLib Window Name Problems

风流意气都作罢 提交于 2019-12-04 14:51:33

A WM_NAME is not necessarily a simple string. It could be a compound text (a different type of string), which is actually the case for Skype windows. You need to use AnyPropertyType instead of XA_STRING to get the property, then format according to actual type. Look at the source of xprops to see how it's done.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!