Merge remote-tracking branch 'svn/trunk' into git_master
This commit is contained in:
commit
cd7f5e9964
@ -182,6 +182,11 @@ void fgAddToWindowDestroyList( SFG_Window* window )
|
|||||||
fghClearCallBacks( window );
|
fghClearCallBacks( window );
|
||||||
SET_WCB( *window, Destroy, destroy, destroyData );
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user