summaryrefslogtreecommitdiff
path: root/app/xgc/testfrac.c
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-06 16:09:49 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2022-11-06 16:09:49 +0000
commit2c56bb3ea8cbd95487871be3062f04cb020547eb (patch)
treecd4674e812f0aaf7d2ae1ef1263260584801dd08 /app/xgc/testfrac.c
parente1cac83a1c3502654f669b5463a9a8a7a44bf9db (diff)
Update xgc to version 1.0.6
Diffstat (limited to 'app/xgc/testfrac.c')
-rw-r--r--app/xgc/testfrac.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/xgc/testfrac.c b/app/xgc/testfrac.c
index 4df764fac..474cc3cab 100644
--- a/app/xgc/testfrac.c
+++ b/app/xgc/testfrac.c
@@ -50,7 +50,7 @@ slider_jump(Widget w, caddr_t data, caddr_t position)
** hits the end of the scrollbar, not the left edge. When the right edge
** is at 1.0, the left edge is at 1.0 - SLIDER_LENGTH. Normalize
** accordingly. */
-
+
newpercent = oldpercent / (1.0 - SLIDER_LENGTH);
/* If the slider's partially out of the scrollbar, move it back in. */
@@ -73,7 +73,7 @@ slider_jump(Widget w, caddr_t data, caddr_t position)
/* slider_scroll(w,data,position)
** ------------------------------
-** This function is called when the user does incremental scrolling,
+** This function is called when the user does incremental scrolling,
** generally with the left or right button. Right now it just ignores it.
*/
@@ -144,7 +144,7 @@ create_testfrac_choice(Widget w)
{XtNjumpProc, (XtArgVal) NULL},
{XtNscrollProc, (XtArgVal) NULL}
};
-
+
static const char *translationtable = "<Leave>: Update()";
static XtActionsRec actiontable[] = {