Merge remote-tracking branch 'svn/trunk' into git_master

This commit is contained in:
Diederick C. Niehorster 2017-10-23 21:02:09 +02:00
commit cd7f5e9964

View File

@ -182,6 +182,11 @@ void fgAddToWindowDestroyList( SFG_Window* window )
fghClearCallBacks( window );
SET_WCB( *window, Destroy, destroy, destroyData );
}
/*
* Similarly, clear all work set for the window, none of this has to be executed anymore
*/
window->State.WorkMask = 0;
}
/*