]> git.zerfleddert.de Git - micropolis/blob - src/tk/tkwm.h
Import Micropolis from http://www.donhopkins.com/home/micropolis/
[micropolis] / src / tk / tkwm.h
1 /* these are just in a sereate file to make it easier to merge into
2 * the stock tkWm.c */
3
4 void TkWmSetWmProtocols _ANSI_ARGS_((
5 TkWindow *winPtr
6 ));
7 void TkWmProtocolEventProc _ANSI_ARGS_((
8 TkWindow *winPtr,
9 XEvent *eventPtr
10 ));
11 int WmProtocolCmd _ANSI_ARGS_((
12 Tcl_Interp *interp,
13 char **CmdPtr,
14 int argc,
15 char **argv
16 ));
Impressum, Datenschutz