summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixKey.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-12 16:26:03 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-07-12 16:26:03 (GMT)
commit308c4fa18ac164fca1522a81c09760cd3e417799 (patch)
tree71ccd63ec1e2dd5dba1c5723f6daed92a27d71c9 /unix/tkUnixKey.c
parentcc1227d6d930a024f7b8ce22f70265a2020f625d (diff)
parented381a36648ee0c9050e7bcd0a44e92f295d21ff (diff)
downloadtk-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.c4
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;
}
/*