1 #ifndef HAVE_TUI_COPYWND
2 #define HAVE_TUI_COPYWND
3 
4 /*
5  * Using [src] as a template (directly or via the internal pending_
6  * copy_window structure) and build a copy-window using [con].
7  *
8  * Assumes ownership and control over the segment that [con] is
9  * referencing to.
10  */
11 void arcan_tui_copywnd(
12 	struct tui_context* src, struct arcan_shmif_cont con);
13 
14 #endif
15