Merge pull request #210 from sunds/master
Bug in cursor support for RemoteApps
This commit is contained in:
commit
54f03316f9
@ -626,6 +626,9 @@ void xf_DestroyWindow(xfInfo* xfi, xfWindow* window)
|
||||
if (window == NULL)
|
||||
return;
|
||||
|
||||
if (xfi->window == window)
|
||||
xfi->window = NULL;
|
||||
|
||||
if (window->gc)
|
||||
XFreeGC(xfi->display, window->gc);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user