FreeRDP/include
zihao.jiang 457413727f server/shadow: Fix alpha pointer message so that it allows pixel with both 'xor' and 'and'.
Original pointer alpha update message is too specific for x11 implementation.
It doesn't allow pointer alpha mask with both 'xor' color and 'and' mask, e.g.: the 'edit' pointer in windows text box.

1. Move shadow_client_convert_alpha_pointer_data to x11 implementation as it is specific for x11.
2. Update message definition to be more generic: to accept 'xor/and' mask directly.
Implementation of subsystem can implement its own way to convert pointer mask data.
3. Fixed fault handling to free the resource allocated.
2015-06-28 22:16:29 +08:00
..
freerdp server/shadow: Fix alpha pointer message so that it allows pixel with both 'xor' and 'and'. 2015-06-28 22:16:29 +08:00
CMakeLists.txt libfreerdp-rail: remove 2014-11-12 19:51:17 -05:00