Merge pull request #210 from sunds/master

Bug in cursor support for RemoteApps
This commit is contained in:
Marc-André Moreau 2011-11-17 14:34:14 -08:00
commit 54f03316f9

View File

@ -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);