mirror of https://github.com/FreeRDP/FreeRDP
8362b3707e
The attributes xPos and yPos for a Color Pointer Update are confusing, as they may be confused with the xPos and yPos of the pointer bitmap on the actual screen. Rename these attributes to what they actually represent, and that is the hotspot position. xPos and yPos are still members of the hotspot. However, hotSpotX and hotSpotY are much more clearer. In addition to that, the Large Pointer Update uses the same names for the hotspot coordinates. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
bitmap.c | ||
bitmap.h | ||
brush.c | ||
brush.h | ||
cache.c | ||
cache.h | ||
glyph.c | ||
glyph.h | ||
nine_grid.c | ||
nine_grid.h | ||
offscreen.c | ||
offscreen.h | ||
palette.c | ||
palette.h | ||
persistent.c | ||
pointer.c | ||
pointer.h |