Add: hide cursor in left lower corner instead of delete it -> easier to recover on exit

This commit is contained in:
AreaScout
2018-06-18 20:16:17 +02:00
parent d8d7f75ee5
commit 9b0b2d4a6e

View File

@@ -356,8 +356,8 @@ int rk_setup(int videoFormat, int width, int height, int redrawRate, void* conte
}
assert(plane_id);
// disable cursor
drmModeSetCursor(fd, crtc_id, 0, 0, 0);
// hide cursor by move in left lower corner
drmModeMoveCursor(fd, crtc_id, 0, crtc_height);
// MPI SETUP