<function>
<fname>v_clear_window_content</fname>
<prototype>

void
v_clear_window_content(
	VERROR * err, VWINDOW *win
	)

</prototype>
<explanation>


</explanation>
<return>


</return>
<details>
<pre>
src/gbview/interface.c  redraw_handlerɂĈȉǉB

	if ( change ) {
		v_clear_window_content(&err,env.im->header.win);   // ǉ

		_ex_lock();
		change_size();
		......
</pre>
</details>
</function>