diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-12 16:26:03 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-07-12 16:26:03 (GMT) |
commit | 308c4fa18ac164fca1522a81c09760cd3e417799 (patch) | |
tree | 71ccd63ec1e2dd5dba1c5723f6daed92a27d71c9 /unix/tkUnixKey.c | |
parent | cc1227d6d930a024f7b8ce22f70265a2020f625d (diff) | |
parent | ed381a36648ee0c9050e7bcd0a44e92f295d21ff (diff) | |
download | tk-308c4fa18ac164fca1522a81c09760cd3e417799.zip tk-308c4fa18ac164fca1522a81c09760cd3e417799.tar.gz tk-308c4fa18ac164fca1522a81c09760cd3e417799.tar.bz2 |
Fix Tk_ObjCustomOption documentation. Fix some indenting
Diffstat (limited to 'unix/tkUnixKey.c')
-rw-r--r-- | unix/tkUnixKey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tkUnixKey.c b/unix/tkUnixKey.c index 933a690..f98f011 100644 --- a/unix/tkUnixKey.c +++ b/unix/tkUnixKey.c @@ -160,7 +160,7 @@ TkpGetString( Tcl_DStringSetLength(&buf, TCL_DSTRING_STATIC_SIZE-1); len = XmbLookupString(winPtr->inputContext, &eventPtr->xkey, Tcl_DStringValue(&buf), Tcl_DStringLength(&buf), - &kePtr->keysym, &status); + &kePtr->keysym, &status); /* * If the buffer wasn't big enough, grow the buffer and try again. @@ -309,7 +309,7 @@ TkpGetKeySym( */ if (eventPtr->xkey.keycode > 0xff) { - return NoSymbol; + return NoSymbol; } /* |