diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-07 16:54:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-08-07 16:54:27 (GMT) |
commit | 1bf09d996db33caee8bdd65a250ca6d236bf378c (patch) | |
tree | 081984ce5759b5e07c257d30af1e4133844f33e5 /generic/tkInt.decls | |
parent | 9d7722a93a877619eb6f485e4eb669e4e637c8ba (diff) | |
parent | 74c6e99a894070ccbced3d3c9276d5c42140b339 (diff) | |
download | tk-1bf09d996db33caee8bdd65a250ca6d236bf378c.zip tk-1bf09d996db33caee8bdd65a250ca6d236bf378c.tar.gz tk-1bf09d996db33caee8bdd65a250ca6d236bf378c.tar.bz2 |
Tweak some error-messages. Fix indenting
Diffstat (limited to 'generic/tkInt.decls')
-rw-r--r-- | generic/tkInt.decls | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tkInt.decls b/generic/tkInt.decls index c1ffd10..7d60aea 100644 --- a/generic/tkInt.decls +++ b/generic/tkInt.decls @@ -407,7 +407,7 @@ declare 136 { } declare 137 { void TkpSetKeycodeAndState(Tk_Window tkwin, KeySym keySym, - XEvent *eventPtr) + XEvent *eventPtr) } declare 138 { KeySym TkpGetKeySym(TkDisplay *dispPtr, XEvent *eventPtr) @@ -610,7 +610,7 @@ declare 186 { # Debugging / testing functions for photo images declare 187 { int TkDebugPhotoStringMatchDef(Tcl_Interp *inter, Tcl_Obj *data, - Tcl_Obj *formatString, int *widthPtr, int *heightPtr) + Tcl_Obj *formatString, int *widthPtr, int *heightPtr) } @@ -1249,7 +1249,7 @@ declare 81 win { } declare 82 win { Status XParseColor(Display *display, Colormap map, - _Xconst char *spec, XColor *colorPtr) + _Xconst char *spec, XColor *colorPtr) } declare 83 win { GC XCreateGC(Display *display, Drawable d, @@ -1755,7 +1755,7 @@ declare 81 macosx { } declare 82 macosx { Status XParseColor(Display *display, Colormap map, - _Xconst char *spec, XColor *colorPtr) + _Xconst char *spec, XColor *colorPtr) } declare 83 macosx { GC XCreateGC(Display *display, Drawable d, |