| 5 | #include <freerdp/gdi/gdi.h> |
| 6 | |
| 7 | CCursorFreeRDP::CCursorFreeRDP(CBackendFreeRDP *parent) : QObject(parent), |
| 8 | m_pConnect(parent), |
| 9 | m_Logger("FreeRDP.Cursor") |
| 10 | {} |
| 11 | |
| 12 | int CCursorFreeRDP::RegisterPointer(rdpGraphics *graphics) |
| 13 | { |
nothing calls this directly
no outgoing calls
no test coverage detected