1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-24 04:04:31 +00:00

1. Fixed compiler warnings

2. Fixed crash that occurs if db is locked
This commit is contained in:
Bryan Roe
2020-04-11 13:06:53 -07:00
parent c4aba77b89
commit 893ec386a6
3 changed files with 14 additions and 9 deletions

View File

@@ -832,7 +832,7 @@ void* kvm_server_mainloop(void* parm)
Window rr, cr;
int rx, ry, wx, wy, rs;
unsigned int mr;
char *cursor_image = NULL,*cimage;
char *cimage;
int x, y, height, width, r, c, count = 0;
int sentHideCursor = 0;