diff options
| author | fvogel <fvogelnew1@free.fr> | 2016-05-20 15:43:02 (GMT) |
|---|---|---|
| committer | fvogel <fvogelnew1@free.fr> | 2016-05-20 15:43:02 (GMT) |
| commit | 0529352ef03d575aa2df3317cd1e3145209c5292 (patch) | |
| tree | 8b543030b85167824d0f31f1c0d3ce71a9782f92 /generic/tkInt.h | |
| parent | 1a64042e82238940c820745c5057df95c98e1c5d (diff) | |
| parent | 2f150c8d18e576998e9d30ac08c562a1365b3051 (diff) | |
| download | tk-multiscreens.zip tk-multiscreens.tar.gz tk-multiscreens.tar.bz2 | |
Merged core-8-6-branchmultiscreens
Diffstat (limited to 'generic/tkInt.h')
| -rw-r--r-- | generic/tkInt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tkInt.h b/generic/tkInt.h index b644c5b..029f0f1 100644 --- a/generic/tkInt.h +++ b/generic/tkInt.h @@ -1208,7 +1208,7 @@ MODULE_SCOPE void TkpCreateBusy(Tk_FakeWin *winPtr, Tk_Window tkRef, MODULE_SCOPE int TkBackgroundEvalObjv(Tcl_Interp *interp, int objc, Tcl_Obj *const *objv, int flags); MODULE_SCOPE void TkSendVirtualEvent(Tk_Window tgtWin, - const char *eventName); + const char *eventName, Tcl_Obj *detail); MODULE_SCOPE Tcl_Command TkMakeEnsemble(Tcl_Interp *interp, const char *nsname, const char *name, ClientData clientData, const TkEnsemble *map); |
