mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
c83038b4b3860dfd3516e0e993b9c91615bd1f83
xf_GetWindowProperty should return False if the specified property does not exist. It is not sufficient to simply check for the return value of XGetWindowProperty. XGetWindowProperty also returns Success if the specified property does not exist. However, it will return "None" to the actual_type_return parameter in that case. This change fixes several crashes with some (exotic) window managers.
FreeRDP: A Remote Desktop Protocol Client ========================================= FreeRDP is a client-side implementation of the Remote Desktop Protocol (RDP) following the Microsoft Open Specifications. Resources --------- Website: http://www.freerdp.com/ Wiki: http://www.freerdp.com/wiki/ Sources: http://www.freerdp.com/git/ API doc: http://www.freerdp.com/api/ IRC channel: #freerdp @ irc.freenode.net Mailing list: https://lists.sourceforge.net/lists/listinfo/freerdp-devel Microsoft Open Specifications ----------------------------- Information regarding the Microsoft Open Specifications can be found at: http://www.microsoft.com/openspecifications/ Compilation ----------- Instructions on how to get started compiling FreeRDP can be found on the wiki: http://www.freerdp.com/wiki/doku.php?id=compilation
Description
Languages
C
87.5%
C++
3.5%
CMake
3.2%
Objective-C
2.6%
Java
1.8%
Other
1.3%