]> git.zerfleddert.de Git - micropolis/blame - src/tk/tkwm.h
still more NumLock fixes, this time for scrollbars and sliders
[micropolis] / src / tk / tkwm.h
CommitLineData
6a5fa4e0
MG
1/* these are just in a sereate file to make it easier to merge into
2 * the stock tkWm.c */
3
4void TkWmSetWmProtocols _ANSI_ARGS_((
5 TkWindow *winPtr
6));
7void TkWmProtocolEventProc _ANSI_ARGS_((
8 TkWindow *winPtr,
9 XEvent *eventPtr
10));
11int WmProtocolCmd _ANSI_ARGS_((
12 Tcl_Interp *interp,
13 char **CmdPtr,
14 int argc,
15 char **argv
16));
Impressum, Datenschutz