unpack zips in src to better compression
This commit is contained in:
35
sources/z-tools/trunk/zview/close_modal.c
Normal file
35
sources/z-tools/trunk/zview/close_modal.c
Normal file
@@ -0,0 +1,35 @@
|
||||
#include "general.h"
|
||||
|
||||
/* Prototype */
|
||||
void close_modal( WINDOW *win);
|
||||
|
||||
|
||||
/*==================================================================================*
|
||||
* void close_modal: *
|
||||
* special destroy function for modal windows. *
|
||||
*----------------------------------------------------------------------------------*
|
||||
* input: *
|
||||
* win -> the modal window to destroy. *
|
||||
*----------------------------------------------------------------------------------*
|
||||
* returns: *
|
||||
* -- *
|
||||
*==================================================================================*/
|
||||
|
||||
void close_modal( WINDOW *win)
|
||||
{
|
||||
MenuEnable();
|
||||
frm_cls( win);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user